Wuzzy <Wuzzy2@mail.ru> [Tue, 10 Jul 2018 16:07:11 +0200] rev 13464
Add dedicated key to display mission panel: M
Wuzzy <Wuzzy2@mail.ru> [Tue, 10 Jul 2018 15:20:19 +0200] rev 13463
Tweak chat command replies for /lua command
Wuzzy <Wuzzy2@mail.ru> [Tue, 10 Jul 2018 13:28:47 +0200] rev 13462
Add /help chat command for engine
Wuzzy <Wuzzy2@mail.ru> [Sun, 08 Jul 2018 02:46:59 +0200] rev 13461
Highlander: Fix all hogs getting teleport after hog placement phase
Wuzzy <Wuzzy2@mail.ru> [Sun, 08 Jul 2018 02:06:08 +0200] rev 13460
Fix GetAmmo getting wrong ammo count
Wuzzy <Wuzzy2@mail.ru> [Sun, 08 Jul 2018 01:30:13 +0200] rev 13459
New Lua API function: GetAmmo, to get ammo config
Wuzzy <Wuzzy2@mail.ru> [Sun, 08 Jul 2018 00:16:33 +0200] rev 13458
Fix teleport tooltip claiming it doesn't end turn, while in in hog placing phase with inf. attack
Wuzzy <Wuzzy2@mail.ru> [Sat, 07 Jul 2018 23:29:02 +0200] rev 13457
Fix TotalRounds still being -1 in first real turn after hog placement phase
Now it is:
Hog placement phase: -1
First real round: 0 (previously -1)
Second real round: 1 (previously 0)
Third real round: 2 (previously 1)
...
Wuzzy <Wuzzy2@mail.ru> [Sat, 07 Jul 2018 22:50:08 +0200] rev 13456
Highlander: Localize global variable
Wuzzy <Wuzzy2@mail.ru> [Sat, 07 Jul 2018 22:48:56 +0200] rev 13455
Highlander: Clean up code style, indents and delete useless old comments
Wuzzy <Wuzzy2@mail.ru> [Sat, 07 Jul 2018 19:34:13 +0200] rev 13454
Space Invasion: Improve how round score is displayed
Wuzzy <Wuzzy2@mail.ru> [Sat, 07 Jul 2018 18:41:28 +0200] rev 13453
Space Invasion: Localize most global variables
Wuzzy <Wuzzy2@mail.ru> [Sat, 07 Jul 2018 18:37:21 +0200] rev 13452
Fix rare Lua error message spam in Space Invasion
Marcin Mielniczuk <marmistrz.dev@zoho.eu> [Fri, 06 Jul 2018 17:16:01 +0200] rev 13451
Add an extra test for Rnd's distribution
Marcin Mielniczuk <marmistrz.dev@zoho.eu> [Fri, 06 Jul 2018 16:59:52 +0200] rev 13450
Send the rnd reply to the room only.
Marcin Mielniczuk <marmistrz.dev@zoho.eu> [Fri, 06 Jul 2018 16:27:25 +0200] rev 13449
Implement server-side logic for Rnd
alfadur [Wed, 04 Jul 2018 18:49:51 +0300] rev 13448
Fix team remove synchronization
alfadur [Wed, 04 Jul 2018 15:42:42 +0300] rev 13447
Check for client's existence before handling messages
alfadur [Wed, 04 Jul 2018 13:56:49 +0300] rev 13446
Fix scheme config parsing
alfadur [Wed, 04 Jul 2018 12:57:05 +0300] rev 13445
Fix AddTeam message serialization
alfadur [Wed, 04 Jul 2018 04:42:16 +0300] rev 13444
add missing message tests
alfadur [Wed, 04 Jul 2018 00:01:25 +0300] rev 13443
update nom
alfadur [Tue, 03 Jul 2018 23:05:09 +0300] rev 13442
update proptest
alfadur [Tue, 03 Jul 2018 22:39:12 +0300] rev 13441
merge
Marcin Mielniczuk <marmistrz.dev@zoho.eu> [Tue, 03 Jul 2018 22:37:15 +0300] rev 13440
Update rand and log to the latest versions
nemo [Mon, 02 Jul 2018 16:48:16 -0400] rev 13439
somehow scale was omitted from this catch-all VG init. late addition to the struct perhaps.
Marcin Mielniczuk <marmistrz.dev@zoho.eu> [Mon, 02 Jul 2018 16:46:13 +0300] rev 13438
Implement to_raw_protocol for Rnd and enable tests. Add cargo/rls build artifacts to .gitignore
alfadur [Mon, 02 Jul 2018 16:25:49 +0300] rev 13437
Fix cmd parsing & update tests
Marcin Mielniczuk <marmistrz.dev@zoho.eu> [Fri, 29 Jun 2018 18:27:51 +0300] rev 13436
Implement parsing for rnd and add a little documentation
Marcin Mielniczuk <marmistrz.dev@zoho.eu> [Thu, 28 Jun 2018 17:29:37 +0200] rev 13435
Undo enabling the `unreachable-pub` lint.
It appears that nom cannot correctly handle `pub(crate)`,
so the warnings cannot be fixed at the moment.
See https://github.com/Geal/nom/issues/807
alfadur [Thu, 28 Jun 2018 00:10:15 +0300] rev 13434
stabilization
alfadur [Wed, 27 Jun 2018 23:51:00 +0300] rev 13433
Fix spectators joining midgame
alfadur [Wed, 27 Jun 2018 23:26:29 +0300] rev 13432
Send more data on room joining
alfadur [Wed, 27 Jun 2018 17:58:33 +0300] rev 13431
Additional round cleanup
nemo [Tue, 26 Jun 2018 23:20:28 -0400] rev 13430
neglected dep update from
r87a6cad20c90:
that rev also forces nightly rust due to https://github.com/rust-lang/rust/issues/23121
alfadur [Wed, 27 Jun 2018 04:54:41 +0300] rev 13429
Send teams&flags on entering a room
alfadur [Wed, 27 Jun 2018 02:34:46 +0300] rev 13428
Implement game start & engine messages
alfadur [Tue, 26 Jun 2018 23:22:38 +0300] rev 13427
Implement game config messages
marmistrz [Sun, 24 Jun 2018 12:09:31 -0400] rev 13426
Enable all lints from the rust-2018-idioms suite.
Additionally, fix the violation of the bare-trait-objects lint.
nemo [Thu, 21 Jun 2018 17:43:13 -0400] rev 13425
Just to be kind to vim which is failing at sniffing
alfadur [Thu, 21 Jun 2018 17:23:10 -0400] rev 13424
implementation of team related messages
unc0rr [Thu, 21 Jun 2018 23:09:20 +0200] rev 13423
Store saved room in yaml
nemo [Tue, 19 Jun 2018 19:14:33 -0400] rev 13422
let's keep track of the racer room config
alfadur [Mon, 18 Jun 2018 09:22:53 -0400] rev 13421
partial room implementation
alfadur [Thu, 14 Jun 2018 16:44:27 -0400] rev 13420
rework of prior
alfadur [Thu, 14 Jun 2018 12:31:15 -0400] rev 13419
handle edge polling properly
antonc27 <antonc27@mail.ru> [Sun, 10 Jun 2018 19:12:26 +0200] rev 13418
Merge default to ios-develop
antonc27 <antonc27@mail.ru> [Sun, 10 Jun 2018 19:01:50 +0200] rev 13417
Merge ios-develop into default
antonc27 <antonc27@mail.ru> [Sun, 10 Jun 2018 18:56:51 +0200] rev 13416
Added tag Hedgewars-iOS-2.1 for
changeset 195208deff1d
Wuzzy <Wuzzy2@mail.ru> [Thu, 31 May 2018 01:50:49 +0200] rev 13415
More fallback styling for hat preview webpage
Wuzzy <Wuzzy2@mail.ru> [Thu, 31 May 2018 01:45:20 +0200] rev 13414
Add <noscript> fallback for hats preview webpage
alfadur [Tue, 29 May 2018 19:12:53 -0400] rev 13413
bullet bubbles
alfadur [Mon, 28 May 2018 19:50:15 -0400] rev 13412
ensure shotgun works with portals and make it hit airmines
nemo [Sun, 27 May 2018 20:32:06 -0400] rev 13411
allow freezing airmines outside the Land area too. Make the top of frozen mine a little flatter
nemo [Sun, 27 May 2018 13:10:32 -0400] rev 13410
make the mine slippery too since it has the ice finish - add a gmDelete to the gear if you want it to *not* explode when hit ☺
nemo [Sat, 26 May 2018 10:54:17 -0400] rev 13409
Make mine active/hunting glow a bit more obvious. Add frozen sprite, increase ice beam mine "hit" radius a bit
nemo [Thu, 24 May 2018 13:04:56 -0400] rev 13408
make all bullets function similar to machinegun bullets (can hit/shove objects without checkin)
nemo [Thu, 24 May 2018 09:51:11 -0400] rev 13407
zero damage on air mine too
Wuzzy <Wuzzy2@mail.ru> [Thu, 24 May 2018 15:23:48 +0200] rev 13406
Remove unused variable in uLandObjects
Wuzzy <Wuzzy2@mail.ru> [Thu, 24 May 2018 15:20:29 +0200] rev 13405
Feedback dialog: Disable "send system information" checkbox by default
Background: Explicit user consent.
nemo [Wed, 23 May 2018 20:45:42 -0400] rev 13404
Allow freezing airmines because whyyy not
alfadur [Tue, 22 May 2018 17:54:07 -0400] rev 13403
theme object tweak
alfadur [Tue, 22 May 2018 17:53:53 -0400] rev 13402
Checksum girders and masks too
nemo [Fri, 18 May 2018 09:57:24 -0400] rev 13401
merge this in too
nemo [Fri, 18 May 2018 09:56:56 -0400] rev 13400
IFDEF for Phys 2.0 which has no mountHandle - result will just be no hwp in hwp on those systems, which would be rarely used and DLC only.
nemo [Thu, 17 May 2018 20:04:39 -0400] rev 13399
0.9.24 merge of physfs tweak
nemo [Thu, 17 May 2018 20:04:07 -0400] rev 13398
Make wrapping a lua and its sidecar actually work.
alfadur [Wed, 16 May 2018 19:36:49 -0400] rev 13397
example theme objects for the new theming features
alfadur [Wed, 16 May 2018 18:37:17 -0400] rev 13396
new theme object features
sheepluva [Wed, 16 May 2018 18:22:28 +0200] rev 13395
adjust label, update ChangeLog
sheepluva [Wed, 16 May 2018 18:09:13 +0200] rev 13394
add chat size to misc settings. persist in settings.ini
sheepluva [Wed, 16 May 2018 10:11:00 +0200] rev 13393
WIP: make chat resizing faster
hold shift for pixel-precise size changes
sheepluva [Tue, 15 May 2018 23:47:07 +0200] rev 13392
whoops, I initialized my new var incorrectly
sheepluva [Tue, 15 May 2018 17:05:40 +0200] rev 13391
fix some accidental code corruption caused by my last commit
sheepluva [Tue, 15 May 2018 16:55:37 +0200] rev 13390
WIP: allow changing chat size
Press Ctrl+, Ctrl- and Ctrl0 while in chat
unC0Rr [Mon, 07 May 2018 23:43:01 +0300] rev 13389
Fix win32 package creation
Wuzzy <Wuzzy2@mail.ru> [Sun, 06 May 2018 00:48:43 +0200] rev 13388
Merge default
alfadur [Sun, 06 May 2018 00:47:49 +0200] rev 13387
Update frontend translation: Japanese
alfadur [Thu, 03 May 2018 14:44:17 -0400] rev 13386
fix trace when bullets skip on water
Wuzzy <Wuzzy2@mail.ru> [Fri, 04 May 2018 15:08:59 +0200] rev 13385
Make EnableSwitchHog() more robust against failure, return gear UID
Wuzzy <Wuzzy2@mail.ru> [Fri, 04 May 2018 14:46:39 +0200] rev 13384
Continental supplies: No more hacky switch hog for North America
Wuzzy <Wuzzy2@mail.ru> [Fri, 04 May 2018 14:38:01 +0200] rev 13383
Lua API: Add EnableSwitchHog to manually enable hog switching
Wuzzy <Wuzzy2@mail.ru> [Fri, 04 May 2018 01:39:22 +0200] rev 13382
Continental supplies: Upside-Down World special now works in cave maps as well
In cave maps, the hog is teleported just below the border. A bit of land is erased, too.
Wuzzy <Wuzzy2@mail.ru> [Fri, 04 May 2018 01:01:40 +0200] rev 13381
Update German Lua translation
Wuzzy <Wuzzy2@mail.ru> [Thu, 03 May 2018 23:19:56 +0200] rev 13380
Fix changelog mistake
Wuzzy <Wuzzy2@mail.ru> [Thu, 03 May 2018 23:00:08 +0200] rev 13379
CS: Fix display of ammo caption for weapon specials
Wuzzy <Wuzzy2@mail.ru> [Thu, 03 May 2018 22:42:29 +0200] rev 13378
Fix GetAmmoTimer implementation, swap arguments
Wuzzy <Wuzzy2@mail.ru> [Thu, 03 May 2018 22:12:13 +0200] rev 13377
Continental supplies: Fix continent ammo tooltip containing annoying "use of this weapon does not end turn"
Wuzzy <Wuzzy2@mail.ru> [Thu, 03 May 2018 22:05:25 +0200] rev 13376
Lua API: GetAmmoTimer, to get the player-set timer for an ammo
Wuzzy <Wuzzy2@mail.ru> [Thu, 03 May 2018 21:40:13 +0200] rev 13375
Lua API: Add 5th parameter showExtra to SetAmmoTexts to hide extra text
Wuzzy <Wuzzy2@mail.ru> [Thu, 03 May 2018 21:04:55 +0200] rev 13374
Rename SVG hats to be consistent with PNG versions
Wuzzy <Wuzzy2@mail.ru> [Thu, 03 May 2018 21:02:05 +0200] rev 13373
Simplify and shrink 5 SVG hats
Wuzzy <Wuzzy2@mail.ru> [Thu, 03 May 2018 19:02:55 +0200] rev 13372
Update copyright years
kompowiec [Thu, 03 May 2018 18:00:49 +0200] rev 13371
Update Taiwanese translation
Wuzzy <Wuzzy2@mail.ru> [Thu, 03 May 2018 17:22:53 +0200] rev 13370
Update ChangeLog for Continental supplies
Wuzzy <Wuzzy2@mail.ru> [Thu, 03 May 2018 16:46:36 +0200] rev 13369
Continental supplies: Bouncy boomerang does not spawn crate when drowning
Wuzzy <Wuzzy2@mail.ru> [Thu, 03 May 2018 16:16:15 +0200] rev 13368
Continental supplies: Mention that vamp increases Medicine effectiveness
Wuzzy <Wuzzy2@mail.ru> [Thu, 03 May 2018 15:37:29 +0200] rev 13367
Continental supplies: Fix “Boring” sound being played after continent select
Wuzzy <Wuzzy2@mail.ru> [Thu, 03 May 2018 15:30:31 +0200] rev 13366
Continental supplies: Update pickhammer icon
Wuzzy <Wuzzy2@mail.ru> [Thu, 03 May 2018 15:18:28 +0200] rev 13365
Massive Continental supplies update
List of changes:
* Invulnerability protects from sabotage damage
* Sabotage kills hog instantly when health reaches 0
* Reliably prevent using of Lonely Cries and baseball bat specials when usage not allowed
* Don't explode Anno 1302 and Medicine if drowning
* Don't play “Missed” and “Laugh” taunt when those don't make sense
* Major rewrite of ALL strings for better usability
* Add custom weapon tooltips
* Major refactoring
* Improve audiovisual effects
* Show message when hog receives new continent ammo
* Sabotaged hedgehogs also emit smoke when it's not their turn
* Can switch continent in reverse order with [Precise]+[Switch]
* Fix retreat timer not turning red for some weapons
Vatten [Thu, 03 May 2018 11:58:07 +0200] rev 13364
Updated Continental supplies
Noticable changes:
* Selection of continent is now before a turn
* Australia and Antarctica will have new moddable weapons
* All continents have different starting healths per hog
unc0rr [Wed, 02 May 2018 23:07:41 +0200] rev 13363
Call GetNext twice as many times to distribute seed across the whole buffer even for single byte seeds
nemo [Wed, 02 May 2018 15:29:21 -0400] rev 13362
real droplet fix - default density is fine - also add back in the underwater bullet trails
Wuzzy <Wuzzy2@mail.ru> [Wed, 02 May 2018 20:09:48 +0200] rev 13361
Minor improvements in tutorial mission texts to make stuff clearer
Wuzzy <Wuzzy2@mail.ru> [Wed, 02 May 2018 18:48:58 +0200] rev 13360
Update German translation for previous English typo fixes
Wuzzy <Wuzzy2@mail.ru> [Wed, 02 May 2018 18:19:31 +0200] rev 13359
Fix a couple of English typos
Wuzzy <Wuzzy2@mail.ru> [Wed, 02 May 2018 17:22:42 +0200] rev 13358
Fix more German typos in Hedgewars files
Wuzzy <Wuzzy2@mail.ru> [Wed, 02 May 2018 15:28:46 +0200] rev 13357
Fix a couple of German typos in de.lua
nemo [Tue, 01 May 2018 20:41:47 -0400] rev 13356
reduce minigun splash droplets a little
Case_Of [Tue, 01 May 2018 14:08:28 -0400] rev 13355
Update of french frontend localisation
nemo [Sun, 29 Apr 2018 11:25:12 -0400] rev 13354
Seed reset seems fine when moved out of the loader. Also bump protocol
nemo [Sun, 29 Apr 2018 10:47:02 -0400] rev 13353
Back out 12847:1aba77b2e4ac This both does NOT fix the seed mismatch with shoppa map preview *AND* breaks otherwise identical scripts with different file encodings due to multiple lua calls.
nemo [Sun, 29 Apr 2018 09:24:14 -0400] rev 13352
Airmines should have been set for 45° bounce - the only reason they weren't I guess is they were a clone of some mine values - and mines use traditional behaviour.
nemo [Fri, 27 Apr 2018 11:19:23 -0400] rev 13351
mark this revision as 0.9.24 branching point - next commit requires a protocol bump
Wuzzy <Wuzzy2@mail.ru> [Thu, 26 Apr 2018 00:21:03 +0200] rev 13350
Fix hog being unable to walk after using sniper rifle without firing both shots
Wuzzy <Wuzzy2@mail.ru> [Tue, 24 Apr 2018 21:49:12 +0200] rev 13349
Pas2C: Add support for char + ansistring (for real this time)
Wuzzy <Wuzzy2@mail.ru> [Tue, 24 Apr 2018 20:30:15 +0200] rev 13348
Change KeyBindToName to shortstring
Key names do not and should not be longer than 255 characters. ;-)
Wuzzy <Wuzzy2@mail.ru> [Tue, 24 Apr 2018 19:52:04 +0200] rev 13347
Pas2C: Add support for char + ansistring
Wuzzy <Wuzzy2@mail.ru> [Tue, 24 Apr 2018 19:10:19 +0200] rev 13346
Partial fix of Pas2C parsing problems (part 1: uGearsHandlersMess)
Wuzzy <Wuzzy2@mail.ru> [Sat, 21 Apr 2018 17:17:42 +0200] rev 13345
New Lua call: Retreat, to force turn into Retreat time