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
2019-08-19 copy alpha extraction to the other digest computation
alfadur [Mon, 19 Aug 2019 18:48:11 +0300] rev 15343
copy alpha extraction to the other digest computation
2019-08-19 make the mask colours more liberal due to possibility that OSX/SDL2 are slightly distorting them
nemo [Mon, 19 Aug 2019 11:41:59 -0400] rev 15342
make the mask colours more liberal due to possibility that OSX/SDL2 are slightly distorting them
2019-08-19 fix alpha index
alfadur [Mon, 19 Aug 2019 18:24:08 +0300] rev 15341
fix alpha index
2019-08-19 alpha digest test
alfadur [Mon, 19 Aug 2019 18:06:46 +0300] rev 15340
alpha digest test
2019-08-19 merge
nemo [Mon, 19 Aug 2019 09:11:49 -0400] rev 15339
merge
2019-08-16 Handle a possible linker error on macOS
raptor <buckyballreaction@gmail.com> [Fri, 16 Aug 2019 15:03:14 -0600] rev 15338
Handle a possible linker error on macOS
2019-08-16 gfSwitchHog+gfKing: Fix hog switching being delayed one round too many
Wuzzy <Wuzzy2@mail.ru> [Sat, 17 Aug 2019 01:06:13 +0200] rev 15337
gfSwitchHog+gfKing: Fix hog switching being delayed one round too many
2019-08-16 update library names
alfadur [Fri, 16 Aug 2019 20:46:10 +0300] rev 15336
update library names
2019-08-16 reduce memory usage of screenshot mirroring
alfadur [Fri, 16 Aug 2019 20:45:25 +0300] rev 15335
reduce memory usage of screenshot mirroring
2019-08-16 Merge of 0.9.25 branch with back-grafted macOS changes
raptor <buckyballreaction@gmail.com> [Fri, 16 Aug 2019 11:02:01 -0600] rev 15334
Merge of 0.9.25 branch with back-grafted macOS changes
2019-08-16 Merge 0.9.25 branch pre-macOS fixes. Discard desyncing changes at nemo's direction
raptor <buckyballreaction@gmail.com> [Fri, 16 Aug 2019 10:59:50 -0600] rev 15333
Merge 0.9.25 branch pre-macOS fixes. Discard desyncing changes at nemo's direction
2019-08-13 Remove usage of macdeployqt in favor of CMake BundleUtilities. BundleUtilities properly finds all dependencies and adds them to the .app automatically. It also fixes rpath and install_name issues for any of the binaries or dependencies 0.9.25
raptor <buckyballreaction@gmail.com> [Tue, 13 Aug 2019 13:20:28 -0600] rev 15332
Remove usage of macdeployqt in favor of CMake BundleUtilities. BundleUtilities properly finds all dependencies and adds them to the .app automatically. It also fixes rpath and install_name issues for any of the binaries or dependencies
2019-08-13 Fix compiling on MacOS X by requiring c++11 standard. Building now requires MacOS X 10.8+ and CMake 3.9+ 0.9.25
raptor <buckyballreaction@gmail.com> [Tue, 13 Aug 2019 13:10:12 -0600] rev 15331
Fix compiling on MacOS X by requiring c++11 standard. Building now requires MacOS X 10.8+ and CMake 3.9+
2019-08-13 Add build/ directory .hgignore 0.9.25
raptor <buckyballreaction@gmail.com> [Tue, 13 Aug 2019 12:29:26 -0600] rev 15330
Add build/ directory .hgignore
2019-08-13 Make hardware acceleration optional on MacOS X 0.9.25
raptor <buckyballreaction@gmail.com> [Tue, 13 Aug 2019 09:50:24 -0600] rev 15329
Make hardware acceleration optional on MacOS X
2019-08-15 Make color of switch arrows match the team color perfectly (was a bit too bright)
Wuzzy <Wuzzy2@mail.ru> [Thu, 15 Aug 2019 22:15:59 +0200] rev 15328
Make color of switch arrows match the team color perfectly (was a bit too bright)
2019-08-15 Fix switching arrows overlapping with hog tags of own hog (while finger is active)
Wuzzy <Wuzzy2@mail.ru> [Thu, 15 Aug 2019 22:03:43 +0200] rev 15327
Fix switching arrows overlapping with hog tags of own hog (while finger is active)
2019-08-15 just to make it build against nightly
nemo [Thu, 15 Aug 2019 16:07:57 -0400] rev 15326
just to make it build against nightly
2019-08-15 Clean up Switch files
Wuzzy <Wuzzy2@mail.ru> [Thu, 15 Aug 2019 21:15:32 +0200] rev 15325
Clean up Switch files
2019-08-15 Update icons for switch hog
Wuzzy <Wuzzy2@mail.ru> [Thu, 15 Aug 2019 21:06:04 +0200] rev 15324
Update icons for switch hog
2019-08-15 ensure switch sprite color is black
alfadur [Thu, 15 Aug 2019 21:25:20 +0300] rev 15323
ensure switch sprite color is black
2019-08-15 update switch sprite
alfadur [Thu, 15 Aug 2019 21:01:23 +0300] rev 15322
update switch sprite
2019-08-15 Improve Switch outline, add vector files
Wuzzy <Wuzzy2@mail.ru> [Thu, 15 Aug 2019 18:49:45 +0200] rev 15321
Improve Switch outline, add vector files
2019-08-15 Update ChangeLog.txt and CREDITS
Wuzzy <Wuzzy2@mail.ru> [Thu, 15 Aug 2019 16:26:36 +0200] rev 15320
Update ChangeLog.txt and CREDITS
2019-08-14 replace jungle with ogg
alfadur [Thu, 15 Aug 2019 01:10:57 +0300] rev 15319
replace jungle with ogg
2019-08-14 use different flag for vcpkg debug
alfadur [Thu, 15 Aug 2019 00:55:57 +0300] rev 15318
use different flag for vcpkg debug
2019-08-14 Remove accidental DEBUG flag in Pascal builds
Wuzzy <Wuzzy2@mail.ru> [Wed, 14 Aug 2019 23:38:35 +0200] rev 15317
Remove accidental DEBUG flag in Pascal builds
2019-08-14 update sdl library name
alfadur [Wed, 14 Aug 2019 23:15:15 +0300] rev 15316
update sdl library name
2019-08-14 remove nopng from vcpkg build
alfadur [Wed, 14 Aug 2019 23:06:11 +0300] rev 15315
remove nopng from vcpkg build
2019-08-14 remove direct libpng dependency on windows
alfadur [Wed, 14 Aug 2019 22:27:01 +0300] rev 15314
remove direct libpng dependency on windows
2019-08-13 Remove usage of macdeployqt in favor of CMake BundleUtilities. BundleUtilities properly finds all dependencies and adds them to the .app automatically. It also fixes rpath and install_name issues for any of the binaries or dependencies
raptor <buckyballreaction@gmail.com> [Tue, 13 Aug 2019 13:20:28 -0600] rev 15313
Remove usage of macdeployqt in favor of CMake BundleUtilities. BundleUtilities properly finds all dependencies and adds them to the .app automatically. It also fixes rpath and install_name issues for any of the binaries or dependencies
2019-08-13 Fix compiling on MacOS X by requiring c++11 standard. Building now requires MacOS X 10.8+ and CMake 3.9+
raptor <buckyballreaction@gmail.com> [Tue, 13 Aug 2019 13:10:12 -0600] rev 15312
Fix compiling on MacOS X by requiring c++11 standard. Building now requires MacOS X 10.8+ and CMake 3.9+
2019-08-13 Add build/ directory .hgignore
raptor <buckyballreaction@gmail.com> [Tue, 13 Aug 2019 12:29:26 -0600] rev 15311
Add build/ directory .hgignore
2019-08-13 Make hardware acceleration optional on MacOS X
raptor <buckyballreaction@gmail.com> [Tue, 13 Aug 2019 09:50:24 -0600] rev 15310
Make hardware acceleration optional on MacOS X
2019-08-12 make sure keys.csv is installed
alfadur [Mon, 12 Aug 2019 21:20:00 +0300] rev 15309
make sure keys.csv is installed
2019-08-12 add background to switch animation
alfadur [Mon, 12 Aug 2019 14:56:27 +0300] rev 15308
add background to switch animation
(0) -10000 -3000 -1000 -300 -100 -64 +64 +100 +300 tip