2019-09-15 Racer: Fix hog taking damage skipping turn of next team
Wuzzy <Wuzzy2@mail.ru> [Sun, 15 Sep 2019 15:06:01 +0200] rev 15399
Racer: Fix hog taking damage skipping turn of next team
2019-09-15 Racer: Disable other ammos in waypoint placement phase
Wuzzy <Wuzzy2@mail.ru> [Sun, 15 Sep 2019 14:59:46 +0200] rev 15398
Racer: Disable other ammos in waypoint placement phase
2019-09-15 Racer: Make sure the waypoint placer always has 0 delay
Wuzzy <Wuzzy2@mail.ru> [Sun, 15 Sep 2019 14:46:19 +0200] rev 15397
Racer: Make sure the waypoint placer always has 0 delay
2019-09-15 Racer: Clean up comments
Wuzzy <Wuzzy2@mail.ru> [Sun, 15 Sep 2019 14:38:42 +0200] rev 15396
Racer: Clean up comments
2019-09-06 save data for blocks with more than a single component
alfadur [Fri, 06 Sep 2019 19:34:18 +0300] rev 15395
save data for blocks with more than a single component
2019-09-04 Set dX to zero in hedgehog walk routine to prevent unexpected changes in X coordinate in certain conditions
unc0rr [Wed, 04 Sep 2019 23:23:23 +0200] rev 15394
Set dX to zero in hedgehog walk routine to prevent unexpected changes in X coordinate in certain conditions
2019-09-03 add wind to physics processor
alfadur [Wed, 04 Sep 2019 00:07:23 +0300] rev 15393
add wind to physics processor
2019-09-03 implement iteration with tags
alfadur [Tue, 03 Sep 2019 23:57:06 +0300] rev 15392
implement iteration with tags
2019-09-01 Fix build
unc0rr [Sun, 01 Sep 2019 21:57:01 +0200] rev 15391
Fix build
2019-09-01 Prevent AI from flooding +L/+R messages
unc0rr [Sun, 01 Sep 2019 10:42:33 +0200] rev 15390
Prevent AI from flooding +L/+R messages
2019-09-01 Set dX sign early so jump calculations always get correct value
unc0rr [Sun, 01 Sep 2019 10:37:16 +0200] rev 15389
Set dX sign early so jump calculations always get correct value
2019-08-31 remove winutils
alfadur [Sat, 31 Aug 2019 23:15:14 +0300] rev 15388
remove winutils
2019-08-31 allow registering zero-sized types
alfadur [Sat, 31 Aug 2019 22:30:29 +0300] rev 15387
allow registering zero-sized types
2019-08-31 Change credits for Hungarian translator
Wuzzy <Wuzzy2@mail.ru> [Sat, 31 Aug 2019 20:31:10 +0200] rev 15386
Change credits for Hungarian translator
2019-08-30 Allow playing Racer without invulnerability
S-D- [Fri, 30 Aug 2019 14:15:34 +0300] rev 15385
Allow playing Racer without invulnerability
2019-08-29 ignore overflow in point norm computation
alfadur [Thu, 29 Aug 2019 21:25:23 +0300] rev 15384
ignore overflow in point norm computation
2019-08-28 avoid time multiplication when not skipping ticks
alfadur [Thu, 29 Aug 2019 00:20:41 +0300] rev 15383
avoid time multiplication when not skipping ticks
2019-08-28 remove velocity check
alfadur [Thu, 29 Aug 2019 00:08:03 +0300] rev 15382
remove velocity check
2019-08-28 add gravity
alfadur [Thu, 29 Aug 2019 00:06:31 +0300] rev 15381
add gravity
2019-08-28 update hwphysics motion to use the new system
alfadur [Wed, 28 Aug 2019 23:06:34 +0300] rev 15380
update hwphysics motion to use the new system
2019-08-28 allow iterating with gear id
alfadur [Wed, 28 Aug 2019 22:53:40 +0300] rev 15379
allow iterating with gear id
2019-08-28 Merge with Hungarian update commits
Wuzzy <Wuzzy2@mail.ru> [Wed, 28 Aug 2019 18:36:37 +0200] rev 15378
Merge with Hungarian update commits
2019-08-28 For Hungarian update: Update changelog, credits and German translation
Wuzzy <Wuzzy2@mail.ru> [Wed, 28 Aug 2019 18:35:36 +0200] rev 15377
For Hungarian update: Update changelog, credits and German translation
2019-08-28 Major update to Hungarian translation
Timothy Vichra <vichratimot@euromail.hu> [Wed, 28 Aug 2019 18:28:56 +0200] rev 15376
Major update to Hungarian translation
2019-08-28 properly update gear id lookup on block modifications
alfadur [Wed, 28 Aug 2019 18:32:13 +0300] rev 15375
properly update gear id lookup on block modifications
2019-08-28 Prevent loading already loaded sounds
unC0Rr [Wed, 28 Aug 2019 15:59:36 +0200] rev 15374
Prevent loading already loaded sounds
2019-08-28 refill memory when moving out of block
alfadur [Wed, 28 Aug 2019 13:20:10 +0300] rev 15373
refill memory when moving out of block
2019-08-27 fix block addition
alfadur [Wed, 28 Aug 2019 01:27:34 +0300] rev 15372
fix block addition
2019-08-27 add multicomponent iteration test
alfadur [Wed, 28 Aug 2019 00:34:26 +0300] rev 15371
add multicomponent iteration test
2019-08-27 Tempoary (!!!) workaround for incorrect key combination description in frontend
Wuzzy <Wuzzy2@mail.ru> [Tue, 27 Aug 2019 23:16:42 +0200] rev 15370
Tempoary (!!!) workaround for incorrect key combination description in frontend This workaround fixes the incorrect string while preserving translations and the 1.0.0 string freeze. Remember to revert this commit and fix the string in binds.cpp after the 1.0.0 release!
2019-08-27 fix tupo
alfadur [Wed, 28 Aug 2019 00:10:41 +0300] rev 15369
fix tupo
2019-08-27 expand iteration implementation to larger tuples
alfadur [Wed, 28 Aug 2019 00:04:23 +0300] rev 15368
expand iteration implementation to larger tuples
2019-08-27 make sure component slice order corresponds to the type args
alfadur [Tue, 27 Aug 2019 20:09:17 +0300] rev 15367
make sure component slice order corresponds to the type args
2019-08-27 Fix a couple more uses of uninitialized variables
unC0Rr [Tue, 27 Aug 2019 14:37:39 +0200] rev 15366
Fix a couple more uses of uninitialized variables
2019-08-27 Prevent leaking of thread objects
unC0Rr [Tue, 27 Aug 2019 08:41:48 +0200] rev 15365
Prevent leaking of thread objects
2019-08-27 King Mode: Automatically select teleport in king placement phase
Wuzzy <Wuzzy2@mail.ru> [Tue, 27 Aug 2019 06:05:03 +0200] rev 15364
King Mode: Automatically select teleport in king placement phase
2019-08-26 Merge
raptor <buckyballreaction@gmail.com> [Mon, 26 Aug 2019 15:44:03 -0600] rev 15363
Merge
2019-08-26 Add DARWIN flag to fix BUILD_ENGINE_C compilation on macOS
raptor <buckyballreaction@gmail.com> [Mon, 26 Aug 2019 15:40:15 -0600] rev 15362
Add DARWIN flag to fix BUILD_ENGINE_C compilation on macOS
2019-08-26 Remove last vestiges of GLEW
raptor <buckyballreaction@gmail.com> [Sun, 25 Aug 2019 19:39:29 -0600] rev 15361
Remove last vestiges of GLEW
2019-08-26 add permenent digest logging
alfadur [Mon, 26 Aug 2019 23:17:17 +0300] rev 15360
add permenent digest logging
2019-08-26 flag some of the renderstringtex which are taking up a ton of processing time with --stats-only and pas2c
nemo [Mon, 26 Aug 2019 14:27:03 -0400] rev 15359
flag some of the renderstringtex which are taking up a ton of processing time with --stats-only and pas2c
2019-08-26 complete basic ecs
alfadur [Mon, 26 Aug 2019 19:05:28 +0300] rev 15358
complete basic ecs
2019-08-26 implement moving between blocks
alfadur [Mon, 26 Aug 2019 18:40:17 +0300] rev 15357
implement moving between blocks
2019-08-26 implement addition to/removal from blocks
alfadur [Mon, 26 Aug 2019 17:32:43 +0300] rev 15356
implement addition to/removal from blocks
2019-08-26 Fix usage of wrong (and uninitialized) variable
unC0Rr [Mon, 26 Aug 2019 12:36:07 +0200] rev 15355
Fix usage of wrong (and uninitialized) variable
2019-08-25 convert ecs storage to untyped
alfadur [Sun, 25 Aug 2019 23:43:46 +0300] rev 15354
convert ecs storage to untyped
2019-08-25 fix world test
alfadur [Sun, 25 Aug 2019 23:42:07 +0300] rev 15353
fix world test
2019-08-23 reduce casting
alfadur [Fri, 23 Aug 2019 21:12:56 +0300] rev 15352
reduce casting
2019-08-23 digest with byte arrays
alfadur [Fri, 23 Aug 2019 21:04:40 +0300] rev 15351
digest with byte arrays
2019-08-23 install win64 builds into ProgramFiles by default
alfadur [Fri, 23 Aug 2019 19:26:52 +0300] rev 15350
install win64 builds into ProgramFiles by default
2019-08-22 update windows build to detect when a cross-compiler is necessary
alfadur [Thu, 22 Aug 2019 22:46:19 +0300] rev 15349
update windows build to detect when a cross-compiler is necessary
2019-08-22 update .gitignore
alfadur [Thu, 22 Aug 2019 19:07:25 +0300] rev 15348
update .gitignore
2019-08-20 don't build server with vcpkg by default after all
alfadur [Wed, 21 Aug 2019 00:11:52 +0300] rev 15347
don't build server with vcpkg by default after all
2019-08-20 build everything in vcpkg build by default
alfadur [Tue, 20 Aug 2019 19:43:03 +0300] rev 15346
build everything in vcpkg build by default
2019-08-19 only digest masks for masked land object
alfadur [Mon, 19 Aug 2019 21:17:18 +0300] rev 15345
only digest masks for masked land object
2019-08-19 remove per line digest logging
alfadur [Mon, 19 Aug 2019 18:59:24 +0300] rev 15344
remove per line digest logging
(0) -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 tip