Tue, 15 Nov 2022 15:25:37 +0100 Code formatting, enable c++17 for qmlfrontend
unC0Rr [Tue, 15 Nov 2022 15:25:37 +0100] rev 15922
Code formatting, enable c++17 for qmlfrontend
Tue, 15 Nov 2022 14:27:22 +0100 Implement generation of c header from rust interface, adapt qmlfrontend
unC0Rr [Tue, 15 Nov 2022 14:27:22 +0100] rev 15921
Implement generation of c header from rust interface, adapt qmlfrontend
Sun, 13 Nov 2022 08:45:10 +0100 Adapt hwrunner to the changed API
unc0rr [Sun, 13 Nov 2022 08:45:10 +0100] rev 15920
Adapt hwrunner to the changed API
Sat, 12 Nov 2022 21:12:14 +0100 Allow passing data_path from QML
unc0rr [Sat, 12 Nov 2022 21:12:14 +0100] rev 15919
Allow passing data_path from QML
Sat, 12 Nov 2022 15:40:20 +0100 Implement data path
unc0rr [Sat, 12 Nov 2022 15:40:20 +0100] rev 15918
Implement data path
Sat, 05 Nov 2022 17:48:45 +0100 GameServer: bump network dependency
Sergey Alirzaev <zl29ah@gmail.com> [Sat, 05 Nov 2022 17:48:45 +0100] rev 15917
GameServer: bump network dependency
Sun, 06 Nov 2022 17:27:28 +0100 Remove stray debugging
unc0rr [Sun, 06 Nov 2022 17:27:28 +0100] rev 15916
Remove stray debugging
Mon, 31 Oct 2022 02:11:37 +0200 Don't show chat messages from ignored users in the game (same as in the frontend), but still save them for the demo draft
S.D. [Mon, 31 Oct 2022 02:11:37 +0200] rev 15915
Don't show chat messages from ignored users in the game (same as in the frontend), but still save them for the demo
Sun, 30 Oct 2022 18:29:29 +0200 Fix commit a323e1954a6f, allow exiting Confirm state by keypress in addition to mousepress without aborting the ready timer draft
S.D. [Sun, 30 Oct 2022 18:29:29 +0200] rev 15914
Fix commit a323e1954a6f, allow exiting Confirm state by keypress in addition to mousepress without aborting the ready timer
Fri, 28 Oct 2022 21:12:01 +0200 - Run engine and socket listener in parallel to avoid ping timeouts
unc0rr [Fri, 28 Oct 2022 21:12:01 +0200] rev 15913
- Run engine and socket listener in parallel to avoid ping timeouts - Update dependencies
Mon, 24 Oct 2022 10:07:35 -0400 merge branch
nemo [Mon, 24 Oct 2022 10:07:35 -0400] rev 15912
merge branch
Mon, 24 Oct 2022 10:06:52 -0400 cfgdir needs a default value to avoid writing stubs to current path 1.0.0
nemo [Mon, 24 Oct 2022 10:06:52 -0400] rev 15911
cfgdir needs a default value to avoid writing stubs to current path
Mon, 24 Oct 2022 10:02:06 -0400 bump version
nemo [Mon, 24 Oct 2022 10:02:06 -0400] rev 15910
bump version
Sun, 16 Oct 2022 20:15:57 +0300 Make direct messages (/msg) look nicer for the next version clients draft
S.D. [Sun, 16 Oct 2022 20:15:57 +0300] rev 15909
Make direct messages (/msg) look nicer for the next version clients
Sun, 16 Oct 2022 13:14:16 +0300 Add Drawing mode, which allows drawing some graphics private to the members of a clan draft
S.D. [Sun, 16 Oct 2022 13:14:16 +0300] rev 15908
Add Drawing mode, which allows drawing some graphics private to the members of a clan
Thu, 06 Oct 2022 20:58:54 +0300 Don't abort ready timer if the game is in Confirm state draft
S.D. [Thu, 06 Oct 2022 20:58:54 +0300] rev 15907
Don't abort ready timer if the game is in Confirm state
Thu, 06 Oct 2022 12:38:07 +0200 Simplify code
unC0Rr [Thu, 06 Oct 2022 12:38:07 +0200] rev 15906
Simplify code
Wed, 05 Oct 2022 22:39:07 +0300 Add direct message server command (/msg <nick_name>|<[nick name]> <message>) draft
S.D. [Wed, 05 Oct 2022 22:39:07 +0300] rev 15905
Add direct message server command (/msg <nick_name>|<[nick name]> <message>)
Thu, 29 Sep 2022 16:30:02 +0200 Add some work towards having checker work with the new server
unC0Rr [Thu, 29 Sep 2022 16:30:02 +0200] rev 15904
Add some work towards having checker work with the new server
Thu, 29 Sep 2022 16:29:23 +0200 Add replay storage to the new server implementation
unC0Rr [Thu, 29 Sep 2022 16:29:23 +0200] rev 15903
Add replay storage to the new server implementation
Thu, 29 Sep 2022 16:28:52 +0200 Fix a couple issues
unC0Rr [Thu, 29 Sep 2022 16:28:52 +0200] rev 15902
Fix a couple issues
Tue, 27 Sep 2022 15:10:52 +0300 Change the next major release version number to 1.1.0
S.D. [Tue, 27 Sep 2022 15:10:52 +0300] rev 15901
Change the next major release version number to 1.1.0
Tue, 27 Sep 2022 14:59:03 +0300 Allow to see rooms of incompatible versions in the lobby
S.D. [Tue, 27 Sep 2022 14:59:03 +0300] rev 15900
Allow to see rooms of incompatible versions in the lobby For the new clients the room version is shown in a separate column. There is also a hack for previous versions clients: the room vesion specifier is prepended to the room names for rooms of incompatible versions, and the server shows 'incompatible version' error if the client tries to join them.
Fri, 23 Sep 2022 12:47:47 -0400 Fix clang-15 compile error
LocutusOfBorg [Fri, 23 Sep 2022 12:47:47 -0400] rev 15899
Fix clang-15 compile error
Fri, 23 Sep 2022 02:45:49 +0300 Add GHC_DYNAMIC cmake option - allows building dynamically-linked haskell object files and executables (needed for some distributions)
S.D. [Fri, 23 Sep 2022 02:45:49 +0300] rev 15898
Add GHC_DYNAMIC cmake option - allows building dynamically-linked haskell object files and executables (needed for some distributions)
Fri, 23 Sep 2022 02:21:21 +0300 Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D. [Fri, 23 Sep 2022 02:21:21 +0300] rev 15897
Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
Wed, 21 Sep 2022 06:55:31 +0300 fix the other 2 pred/succ conversions 1.0.0
alfadur [Wed, 21 Sep 2022 06:55:31 +0300] rev 15896
fix the other 2 pred/succ conversions
Wed, 21 Sep 2022 06:36:05 +0300 fix pred/succ conversion 1.0.0
alfadur [Wed, 21 Sep 2022 06:36:05 +0300] rev 15895
fix pred/succ conversion
Wed, 21 Sep 2022 06:55:31 +0300 fix the other 2 pred/succ conversions
alfadur [Wed, 21 Sep 2022 06:55:31 +0300] rev 15894
fix the other 2 pred/succ conversions
Wed, 21 Sep 2022 06:36:05 +0300 fix pred/succ conversion
alfadur [Wed, 21 Sep 2022 06:36:05 +0300] rev 15893
fix pred/succ conversion
Mon, 12 Sep 2022 18:56:28 -0400 merge from 1.0 branch
nemo [Mon, 12 Sep 2022 18:56:28 -0400] rev 15892
merge from 1.0 branch
Mon, 12 Sep 2022 18:37:04 -0400 tag a 1.0.2 1.0.0
nemo [Mon, 12 Sep 2022 18:37:04 -0400] rev 15891
tag a 1.0.2
Mon, 12 Sep 2022 18:36:39 -0400 I keep forgetting to bump the patch version 1.0.0 1.0.2-release
nemo [Mon, 12 Sep 2022 18:36:39 -0400] rev 15890
I keep forgetting to bump the patch version
Mon, 12 Sep 2022 18:36:27 -0400 Removed tag 1.0.2-release 1.0.0
nemo [Mon, 12 Sep 2022 18:36:27 -0400] rev 15889
Removed tag 1.0.2-release
Mon, 12 Sep 2022 18:31:43 -0400 tag a 1.0.2 1.0.0
nemo [Mon, 12 Sep 2022 18:31:43 -0400] rev 15888
tag a 1.0.2
Thu, 22 Oct 2020 12:33:35 +0200 Mark global variables in implementation section static 1.0.0
unC0Rr [Thu, 22 Oct 2020 12:33:35 +0200] rev 15887
Mark global variables in implementation section static
Tue, 20 Oct 2020 20:09:44 +0200 Fix lack of declaration decorations for dynamic arrays in Pas2C 1.0.0
unc0rr [Tue, 20 Oct 2020 20:09:44 +0200] rev 15886
Fix lack of declaration decorations for dynamic arrays in Pas2C
Mon, 12 Sep 2022 18:23:24 -0400 removed at request 1.0.0
LocutusOfBorg [Mon, 12 Sep 2022 18:23:24 -0400] rev 15885
removed at request "basically, you copy pasted from some really old cmake version not shipping it, I don't know"
Mon, 12 Sep 2022 12:51:41 -0400 Make the new network-bsd package optional, by implementing the keyword REQUIRED in the check_haskell_package_exists macro 1.0.0
LocutusOfBorg [Mon, 12 Sep 2022 12:51:41 -0400] rev 15884
Make the new network-bsd package optional, by implementing the keyword REQUIRED in the check_haskell_package_exists macro
Mon, 12 Sep 2022 12:50:37 -0400 build fix from https://bugzilla.redhat.com/show_bug.cgi?id=1853122 1.0.0
Jens Petersen [Mon, 12 Sep 2022 12:50:37 -0400] rev 15883
build fix from https://bugzilla.redhat.com/show_bug.cgi?id=1853122
Mon, 12 Sep 2022 10:44:55 -0400 do the actual remove 1.0.0
Simon McVittie <smcv@debian.org> [Mon, 12 Sep 2022 10:44:55 -0400] rev 15882
do the actual remove
Mon, 12 Sep 2022 10:40:53 -0400 Remove FindSDL2 find-module, use sdl2-config.cmake instead 1.0.0
Simon McVittie <smcv@debian.org> [Mon, 12 Sep 2022 10:40:53 -0400] rev 15881
Remove FindSDL2 find-module, use sdl2-config.cmake instead This requires SDL >= 2.0.4. Since <https://bugzilla.libsdl.org/show_bug.cgi?id=2464> was fixed in SDL 2.0.4, SDL behaves as a CMake "config-file package", even if it was not itself built using CMake: it installs a sdl2-config.cmake file to ${libdir}/cmake/SDL2, which tells CMake where to find SDL's headers and library, analogous to a pkg-config .pc file. As a result, we no longer need to copy/paste a "find-module package" to be able to find a system copy of SDL >= 2.0.4 with find_package(SDL2). Find-module packages are now discouraged by the CMake developers, in favour of having upstream projects behave as config-file packages. This results in a small API change: FindSDL2 used to set SDL2_INCLUDE_DIR and SDL2_LIBRARY, but the standard behaviour for config-file packages is to set <name>_INCLUDE_DIRS and <name>_LIBRARIES. Use the CONFIG keyword to make sure we search in config-file package mode, and will not find a FindSDL2.cmake in some other directory that implements the old interface. In addition to deleting redundant code, this avoids some assumptions in FindSDL2 about the layout of a SDL installation. The current libsdl2-dev package in Debian breaks those assumptions; this is considered a bug and will hopefully be fixed soon, but it illustrates how fragile these assumptions can be. We can be more robust against different installation layouts by relying on SDL's own CMake integration. When linking to a copy of CMake in a non-standard location, users can now set the SDL2_DIR or CMAKE_PREFIX_PATH environment variable to point to it; previously, these users would have used the SDL2DIR environment variable. This continues to be unnecessary if using matching system-wide installations of CMake and SDL2, for example both from Debian.
Wed, 07 Sep 2022 17:28:08 -0400 merge to trunk
nemo [Wed, 07 Sep 2022 17:28:08 -0400] rev 15880
merge to trunk
Wed, 07 Sep 2022 16:54:58 -0400 Added tag 1.0.1-release for changeset 9dceb83331d5 1.0.0
nemo [Wed, 07 Sep 2022 16:54:58 -0400] rev 15879
Added tag 1.0.1-release for changeset 9dceb83331d5
Wed, 07 Sep 2022 16:53:38 -0400 Removed tag 1.0.1-release 1.0.0
nemo [Wed, 07 Sep 2022 16:53:38 -0400] rev 15878
Removed tag 1.0.1-release
Wed, 07 Sep 2022 16:52:45 -0400 forgot to bump the patch num 1.0.0 1.0.1-release
nemo [Wed, 07 Sep 2022 16:52:45 -0400] rev 15877
forgot to bump the patch num
Wed, 07 Sep 2022 16:49:59 -0400 Added tag 1.0.1-release for changeset fcea0f51d94f 1.0.0
nemo [Wed, 07 Sep 2022 16:49:59 -0400] rev 15876
Added tag 1.0.1-release for changeset fcea0f51d94f
Tue, 06 Sep 2022 22:08:27 +0300 Fix the sound issues and crashes on some platforms 1.0.0
S.D. [Tue, 06 Sep 2022 22:08:27 +0300] rev 15875
Fix the sound issues and crashes on some platforms This commit updates misc/libphyslayer/physfsrwops.* files to the latest versions provided by PhysFS project (https://github.com/icculus/physfs/tree/main/extras/).
Tue, 26 Jul 2022 12:37:17 +0200 Fix texture copying routine not taking pitch into account
unc0rr [Tue, 26 Jul 2022 12:37:17 +0200] rev 15874
Fix texture copying routine not taking pitch into account
Fri, 20 May 2022 17:24:14 -0400 add more checks on nil current hedgehog gear, remove checks on nil current hedgehog which should never happen.
nemo [Fri, 20 May 2022 17:24:14 -0400] rev 15873
add more checks on nil current hedgehog gear, remove checks on nil current hedgehog which should never happen.
Wed, 11 May 2022 13:51:04 +0200 Comment out conflicting flag
unC0Rr [Wed, 11 May 2022 13:51:04 +0200] rev 15872
Comment out conflicting flag
Wed, 11 May 2022 13:50:35 +0200 Ignore dist-newstyle folder
unC0Rr [Wed, 11 May 2022 13:50:35 +0200] rev 15871
Ignore dist-newstyle folder
Wed, 11 May 2022 13:48:55 +0200 Implement appropriate routing of checker messages
unC0Rr [Wed, 11 May 2022 13:48:55 +0200] rev 15870
Implement appropriate routing of checker messages
Tue, 10 May 2022 02:59:11 +0300 better sentry free fall behavior
alfadur [Tue, 10 May 2022 02:59:11 +0300] rev 15869
better sentry free fall behavior
Tue, 10 May 2022 00:19:52 +0300 add density to sentries
alfadur [Tue, 10 May 2022 00:19:52 +0300] rev 15868
add density to sentries
Mon, 09 May 2022 23:58:51 +0300 pass unicode paths as base64 on windows
alfadur [Mon, 09 May 2022 23:58:51 +0300] rev 15867
pass unicode paths as base64 on windows
Mon, 09 May 2022 20:11:38 +0300 revert blowtorch hit frequency reduction
alfadur [Mon, 09 May 2022 20:11:38 +0300] rev 15866
revert blowtorch hit frequency reduction
Mon, 09 May 2022 20:03:09 +0300 remove Hedgehog from generated mines
alfadur [Mon, 09 May 2022 20:03:09 +0300] rev 15865
remove Hedgehog from generated mines
Mon, 09 May 2022 19:10:43 +0300 fix minigun bullet collision detection
alfadur [Mon, 09 May 2022 19:10:43 +0300] rev 15864
fix minigun bullet collision detection
Tue, 26 Apr 2022 14:35:21 -0400 make unplaced hogs a bit less interactive
nemo [Tue, 26 Apr 2022 14:35:21 -0400] rev 15863
make unplaced hogs a bit less interactive
Wed, 20 Apr 2022 15:35:48 +0200 Fix typo, small adjustments
unC0Rr [Wed, 20 Apr 2022 15:35:48 +0200] rev 15862
Fix typo, small adjustments
Thu, 07 Apr 2022 08:15:08 +0200 Update Wuzzy's e-mail address in credits
Wuzzy <Wuzzy@disroot.org> [Thu, 07 Apr 2022 08:15:08 +0200] rev 15861
Update Wuzzy's e-mail address in credits
Tue, 15 Mar 2022 19:54:43 +0300 limit scope of u128 operations in sqrt
alfadur [Tue, 15 Mar 2022 19:54:43 +0300] rev 15860
limit scope of u128 operations in sqrt
Mon, 14 Mar 2022 22:08:31 +0300 port sqrt optimization to u128 case
alfadur [Mon, 14 Mar 2022 22:08:31 +0300] rev 15859
port sqrt optimization to u128 case
Mon, 14 Mar 2022 10:12:00 +0100 Fix incorrect calculation of target point in AI drill strike test
unC0Rr [Mon, 14 Mar 2022 10:12:00 +0100] rev 15858
Fix incorrect calculation of target point in AI drill strike test
Sat, 05 Feb 2022 10:50:25 -0500 1.0.0 merge
nemo [Sat, 05 Feb 2022 10:50:25 -0500] rev 15857
1.0.0 merge
Sat, 05 Feb 2022 10:42:50 -0500 avcodec 59+ compatibility 1.0.0
LocutusOfBorg [Sat, 05 Feb 2022 10:42:50 -0500] rev 15856
avcodec 59+ compatibility
Thu, 03 Feb 2022 01:48:31 +0300 update to mysql_async
alfadur [Thu, 03 Feb 2022 01:48:31 +0300] rev 15855
update to mysql_async
Tue, 01 Feb 2022 20:58:35 +0300 add back client timeouts
alfadur [Tue, 01 Feb 2022 20:58:35 +0300] rev 15854
add back client timeouts
Tue, 01 Feb 2022 02:23:35 +0300 move server network to tokio
alfadur [Tue, 01 Feb 2022 02:23:35 +0300] rev 15853
move server network to tokio
Mon, 31 Jan 2022 18:24:49 +0300 update protocol 📦
alfadur [Mon, 31 Jan 2022 18:24:49 +0300] rev 15852
update protocol 📦
Fri, 28 Jan 2022 02:33:44 +0300 add direct access to gear data
alfadur [Fri, 28 Jan 2022 02:33:44 +0300] rev 15851
add direct access to gear data
Thu, 27 Jan 2022 03:51:13 +0300 add type safe power of two sizes
alfadur [Thu, 27 Jan 2022 03:51:13 +0300] rev 15850
add type safe power of two sizes
Tue, 25 Jan 2022 23:46:11 +0300 use grid only for static gears
alfadur [Tue, 25 Jan 2022 23:46:11 +0300] rev 15849
use grid only for static gears
Thu, 02 Dec 2021 19:33:22 +0100 fix typo in german lua strings
Zaubermaus [Thu, 02 Dec 2021 19:33:22 +0100] rev 15848
fix typo in german lua strings
Sat, 16 Oct 2021 04:06:47 +0300 make seduction work on sentries
alfadur [Sat, 16 Oct 2021 04:06:47 +0300] rev 15847
make seduction work on sentries
Sat, 16 Oct 2021 03:35:48 +0300 remove owner from wild sentries
alfadur [Sat, 16 Oct 2021 03:35:48 +0300] rev 15846
remove owner from wild sentries
Sat, 16 Oct 2021 02:52:06 +0300 fix sentry bullet misattribution
alfadur [Sat, 16 Oct 2021 02:52:06 +0300] rev 15845
fix sentry bullet misattribution
Sat, 16 Oct 2021 02:39:22 +0300 paint sentries in clan colors
alfadur [Sat, 16 Oct 2021 02:39:22 +0300] rev 15844
paint sentries in clan colors
Sat, 16 Oct 2021 02:20:15 +0300 make domesticated sentries not target their owners
alfadur [Sat, 16 Oct 2021 02:20:15 +0300] rev 15843
make domesticated sentries not target their owners
Sat, 16 Oct 2021 01:21:26 +0300 reduce blowtorch radius to avoid grabbing gears behind current🦔
alfadur [Sat, 16 Oct 2021 01:21:26 +0300] rev 15842
reduce blowtorch radius to avoid grabbing gears behind current🦔
Sat, 16 Oct 2021 01:06:05 +0300 reduce digging damage frequency
alfadur [Sat, 16 Oct 2021 01:06:05 +0300] rev 15841
reduce digging damage frequency
Thu, 09 Sep 2021 21:06:45 +0300 use array map in timer constructor
alfadur [Thu, 09 Sep 2021 21:06:45 +0300] rev 15840
use array map in timer constructor
Tue, 07 Sep 2021 01:45:16 +0300 Avoid crashing on physfs failure
alfadur [Tue, 07 Sep 2021 01:45:16 +0300] rev 15839
Avoid crashing on physfs failure
Mon, 10 Aug 2020 12:56:53 +0300 workaround for FPC 3.2.0 ICE 1.0.0
alfadur [Mon, 10 Aug 2020 12:56:53 +0300] rev 15838
workaround for FPC 3.2.0 ICE
Wed, 14 Jul 2021 23:50:44 +0200 Add janitor plugin that would suggest mingpt plugin to reply to newcomers messages
unc0rr [Wed, 14 Jul 2021 23:50:44 +0200] rev 15837
Add janitor plugin that would suggest mingpt plugin to reply to newcomers messages
Wed, 14 Jul 2021 23:01:50 +0200 Publish join and part commands as well
unc0rr [Wed, 14 Jul 2021 23:01:50 +0200] rev 15836
Publish join and part commands as well
Sat, 10 Jul 2021 12:03:50 +0200 Begin attempt to convert checker into async using tokio
unc0rr [Sat, 10 Jul 2021 12:03:50 +0200] rev 15835
Begin attempt to convert checker into async using tokio
Thu, 01 Jul 2021 00:17:05 +0300 eat warnings
alfadur [Thu, 01 Jul 2021 00:17:05 +0300] rev 15834
eat warnings
Wed, 30 Jun 2021 23:06:54 +0200 - Update hedgewars-network-protocol library with messages needed for checker
unc0rr [Wed, 30 Jun 2021 23:06:54 +0200] rev 15833
- Update hedgewars-network-protocol library with messages needed for checker - Use the library in hedgewars-checker
Wed, 30 Jun 2021 00:18:53 +0200 Add parser and idempotention tests for server messages
unc0rr [Wed, 30 Jun 2021 00:18:53 +0200] rev 15832
Add parser and idempotention tests for server messages
Sat, 26 Jun 2021 00:13:28 +0200 hedgewars-engine (rust)/preview: recognise feature_size cmd and do something with it
sheepluva [Sat, 26 Jun 2021 00:13:28 +0200] rev 15831
hedgewars-engine (rust)/preview: recognise feature_size cmd and do something with it
Fri, 25 Jun 2021 22:34:26 +0200 add comment header to function to pretend that I care
sheepluva [Fri, 25 Jun 2021 22:34:26 +0200] rev 15830
add comment header to function to pretend that I care
Fri, 25 Jun 2021 22:16:41 +0200 hedgewars-engine (rust): do something I consider approximate linear filtering for prettier previews
sheepluva [Fri, 25 Jun 2021 22:16:41 +0200] rev 15829
hedgewars-engine (rust): do something I consider approximate linear filtering for prettier previews
Fri, 25 Jun 2021 21:44:29 +0200 hedgewars-engine (rust): don't use image lib, manually resize (because speed); using nearest px for now
sheepluva [Fri, 25 Jun 2021 21:44:29 +0200] rev 15828
hedgewars-engine (rust): don't use image lib, manually resize (because speed); using nearest px for now
Thu, 24 Jun 2021 00:09:30 +0200 hedgewars-engine (rust): ugly+slow impl for returning lib's previews (QTfrontend "compatible")
sheepluva [Thu, 24 Jun 2021 00:09:30 +0200] rev 15827
hedgewars-engine (rust): ugly+slow impl for returning lib's previews (QTfrontend "compatible")
Wed, 23 Jun 2021 23:41:51 +0200 Extract network protocol into a separate crate
unc0rr [Wed, 23 Jun 2021 23:41:51 +0200] rev 15826
Extract network protocol into a separate crate
Wed, 23 Jun 2021 15:32:48 -0400 Hopefully this is a little more sensible
nemo [Wed, 23 Jun 2021 15:32:48 -0400] rev 15825
Hopefully this is a little more sensible
Tue, 22 Jun 2021 22:13:55 +0200 hedgewars-engine (rust): fix "protocol_version" -> "hedgewars_engine_protocol_version"
sheepluva [Tue, 22 Jun 2021 22:13:55 +0200] rev 15824
hedgewars-engine (rust): fix "protocol_version" -> "hedgewars_engine_protocol_version" That function/symbol was renamed in ef2fc0210362
Tue, 22 Jun 2021 01:57:50 +0300 update nom
alfadur [Tue, 22 Jun 2021 01:57:50 +0300] rev 15823
update nom
Tue, 22 Jun 2021 01:41:33 +0300 update mio
alfadur [Tue, 22 Jun 2021 01:41:33 +0300] rev 15822
update mio
Mon, 21 Jun 2021 20:11:22 +0300 add polled timer
alfadur [Mon, 21 Jun 2021 20:11:22 +0300] rev 15821
add polled timer
Sun, 20 Jun 2021 16:43:53 +0300 update glutin
alfadur [Sun, 20 Jun 2021 16:43:53 +0300] rev 15820
update glutin
Sun, 20 Jun 2021 01:47:44 +0300 fix error string
alfadur [Sun, 20 Jun 2021 01:47:44 +0300] rev 15819
fix error string
Sun, 20 Jun 2021 01:45:18 +0300 load haskell directly into Replay
alfadur [Sun, 20 Jun 2021 01:45:18 +0300] rev 15818
load haskell directly into Replay
Sat, 19 Jun 2021 17:48:10 +0300 find excuses to use shiny new 🦀 features
alfadur [Sat, 19 Jun 2021 17:48:10 +0300] rev 15817
find excuses to use shiny new 🦀 features
Thu, 17 Jun 2021 19:32:26 +0200 Add sample ubot plugin written in haskell
unc0rr [Thu, 17 Jun 2021 19:32:26 +0200] rev 15816
Add sample ubot plugin written in haskell
Tue, 15 Jun 2021 20:46:28 +0200 Update mingpt plugin to include recent chat history in the seed
unc0rr [Tue, 15 Jun 2021 20:46:28 +0200] rev 15815
Update mingpt plugin to include recent chat history in the seed
Tue, 15 Jun 2021 20:45:46 +0200 Fix detection of message author in ubot core
unc0rr [Tue, 15 Jun 2021 20:45:46 +0200] rev 15814
Fix detection of message author in ubot core
Sat, 12 Jun 2021 20:58:07 +0200 Add mingpt plugin which is mingpt example from tch repo plus amqp wrapper by me
unc0rr [Sat, 12 Jun 2021 20:58:07 +0200] rev 15813
Add mingpt plugin which is mingpt example from tch repo plus amqp wrapper by me
Sat, 12 Jun 2021 20:15:42 +0200 Add url bot plugin based on url-bot-rs (only the difference from their repo)
unc0rr [Sat, 12 Jun 2021 20:15:42 +0200] rev 15812
Add url bot plugin based on url-bot-rs (only the difference from their repo)
Tue, 08 Jun 2021 18:31:46 +0200 Add main module for irc bot which serves as an irc<>rabbitmq relay
unc0rr [Tue, 08 Jun 2021 18:31:46 +0200] rev 15811
Add main module for irc bot which serves as an irc<>rabbitmq relay
Fri, 28 May 2021 15:06:39 +0200 Use the singular 'they' in code comments, where it makes sense
Wuzzy <Wuzzy2@mail.ru> [Fri, 28 May 2021 15:06:39 +0200] rev 15810
Use the singular 'they' in code comments, where it makes sense
Fri, 28 May 2021 14:18:52 +0200 German announcer messages: Remove gender assumptions
Wuzzy <Wuzzy2@mail.ru> [Fri, 28 May 2021 14:18:52 +0200] rev 15809
German announcer messages: Remove gender assumptions
Fri, 28 May 2021 14:17:54 +0200 Singular 'they': Update comments in engine locale files
Wuzzy <Wuzzy2@mail.ru> [Fri, 28 May 2021 14:17:54 +0200] rev 15808
Singular 'they': Update comments in engine locale files
Fri, 28 May 2021 14:09:31 +0200 Use 'singular they' instead of 'he'
Wuzzy <Wuzzy2@mail.ru> [Fri, 28 May 2021 14:09:31 +0200] rev 15807
Use 'singular they' instead of 'he'
Wed, 26 May 2021 16:32:43 -0400 Hedgewars lobby to IRC proxy
sheepluva [Wed, 26 May 2021 16:32:43 -0400] rev 15806
Hedgewars lobby to IRC proxy
Tue, 13 Apr 2021 15:40:11 -0400 bug #823 missing nil checks crasher introduced in r4aa19b21707d 1.0.0
nemo [Tue, 13 Apr 2021 15:40:11 -0400] rev 15805
bug #823 missing nil checks crasher introduced in r4aa19b21707d
Tue, 13 Apr 2021 15:40:11 -0400 bug #823 missing nil checks crasher introduced in r4aa19b21707d
nemo [Tue, 13 Apr 2021 15:40:11 -0400] rev 15804
bug #823 missing nil checks crasher introduced in r4aa19b21707d
Mon, 05 Apr 2021 04:05:14 +0200 Add missing column in credits.csv
Wuzzy <Wuzzy2@mail.ru> [Mon, 05 Apr 2021 04:05:14 +0200] rev 15803
Add missing column in credits.csv
Wed, 24 Mar 2021 00:11:49 +0300 add const generics to physics step
alfadur [Wed, 24 Mar 2021 00:11:49 +0300] rev 15802
add const generics to physics step
Thu, 04 Jun 2020 12:33:24 +0200 Fix build with Qt 5.15+ 1.0.0
felixonmars <felixonmars@archlinux.org> [Thu, 04 Jun 2020 12:33:24 +0200] rev 15801
Fix build with Qt 5.15+
Mon, 15 Mar 2021 15:57:19 -0400 anarchist flags
L29Ah [Mon, 15 Mar 2021 15:57:19 -0400] rev 15800
anarchist flags
Thu, 21 Jan 2021 22:24:50 +0300 fix framebuffer sizing
alfadur [Thu, 21 Jan 2021 22:24:50 +0300] rev 15799
fix framebuffer sizing
Thu, 21 Jan 2021 02:11:59 +0300 add wgpu support to hwrunner
alfadur [Thu, 21 Jan 2021 02:11:59 +0300] rev 15798
add wgpu support to hwrunner
Thu, 07 Jan 2021 17:13:32 +0300 move time out of physics
alfadur [Thu, 07 Jan 2021 17:13:32 +0300] rev 15797
move time out of physics
Sun, 13 Dec 2020 22:26:39 +0100 Add alfadur to credits for Mushroom/Teapot graves
Wuzzy <Wuzzy2@mail.ru> [Sun, 13 Dec 2020 22:26:39 +0100] rev 15796
Add alfadur to credits for Mushroom/Teapot graves
Sun, 13 Dec 2020 21:21:41 +0100 Teach vgtSmallDamageTag to use dX, dY and screen coords (Frame<>0)
Wuzzy <Wuzzy2@mail.ru> [Sun, 13 Dec 2020 21:21:41 +0100] rev 15795
Teach vgtSmallDamageTag to use dX, dY and screen coords (Frame<>0)
Sun, 13 Dec 2020 21:16:25 +0100 Fix crash when spawning vgtSmallDamageTag in Lua
Wuzzy <Wuzzy2@mail.ru> [Sun, 13 Dec 2020 21:16:25 +0100] rev 15794
Fix crash when spawning vgtSmallDamageTag in Lua
Mon, 07 Dec 2020 16:59:44 +0100 Lua locale check: Disable line length warning
Wuzzy <Wuzzy2@mail.ru> [Mon, 07 Dec 2020 16:59:44 +0100] rev 15793
Lua locale check: Disable line length warning
Mon, 07 Dec 2020 16:55:34 +0100 Credit heretic43 for zh_CN translation
Wuzzy <Wuzzy2@mail.ru> [Mon, 07 Dec 2020 16:55:34 +0100] rev 15792
Credit heretic43 for zh_CN translation
Mon, 07 Dec 2020 16:39:32 +0100 Update translation: zh_CN
heretic43 <unknown@unknown.invalid> [Mon, 07 Dec 2020 16:39:32 +0100] rev 15791
Update translation: zh_CN
Tue, 17 Nov 2020 20:50:30 +0300 implement event cancelation
alfadur [Tue, 17 Nov 2020 20:50:30 +0300] rev 15790
implement event cancelation
Tue, 17 Nov 2020 01:04:15 +0300 fix event registration
alfadur [Tue, 17 Nov 2020 01:04:15 +0300] rev 15789
fix event registration
Mon, 16 Nov 2020 01:41:42 +0300 reduce fps
alfadur [Mon, 16 Nov 2020 01:41:42 +0300] rev 15788
reduce fps
Sun, 15 Nov 2020 05:35:18 +0300 get texcoords from atlas
alfadur [Sun, 15 Nov 2020 05:35:18 +0300] rev 15787
get texcoords from atlas
Sat, 14 Nov 2020 03:46:01 +0300 add texturing to gear renderer
alfadur [Sat, 14 Nov 2020 03:46:01 +0300] rev 15786
add texturing to gear renderer
Fri, 13 Nov 2020 20:59:13 +0300 fix triangle count
alfadur [Fri, 13 Nov 2020 20:59:13 +0300] rev 15785
fix triangle count
Fri, 13 Nov 2020 20:54:00 +0300 start drawing gears
alfadur [Fri, 13 Nov 2020 20:54:00 +0300] rev 15784
start drawing gears
Fri, 13 Nov 2020 02:52:15 +0300 safetize buffer interface
alfadur [Fri, 13 Nov 2020 02:52:15 +0300] rev 15783
safetize buffer interface
Thu, 12 Nov 2020 23:42:53 +0300 safetize texture interface
alfadur [Thu, 12 Nov 2020 23:42:53 +0300] rev 15782
safetize texture interface
Thu, 12 Nov 2020 00:24:58 +0300 allow finding sprites
alfadur [Thu, 12 Nov 2020 00:24:58 +0300] rev 15781
allow finding sprites
Wed, 11 Nov 2020 22:41:31 +0300 restore gear generation
alfadur [Wed, 11 Nov 2020 22:41:31 +0300] rev 15780
restore gear generation
Wed, 11 Nov 2020 22:40:33 +0300 remove crash from collision
alfadur [Wed, 11 Nov 2020 22:40:33 +0300] rev 15779
remove crash from collision
Wed, 11 Nov 2020 21:18:31 +0300 fix indexing
alfadur [Wed, 11 Nov 2020 21:18:31 +0300] rev 15778
fix indexing
Wed, 11 Nov 2020 12:45:29 -0500 trying to build
nemo [Wed, 11 Nov 2020 12:45:29 -0500] rev 15777
trying to build
Thu, 22 Oct 2020 13:27:49 +0200 Reduce the amount of parens in pas2c output for prettier result, hopefully not breaking anything
unC0Rr [Thu, 22 Oct 2020 13:27:49 +0200] rev 15776
Reduce the amount of parens in pas2c output for prettier result, hopefully not breaking anything
Thu, 22 Oct 2020 12:50:24 +0200 Fix some problems caught by C compiler
unC0Rr [Thu, 22 Oct 2020 12:50:24 +0200] rev 15775
Fix some problems caught by C compiler
Thu, 22 Oct 2020 12:33:35 +0200 Mark global variables in implementation section static
unC0Rr [Thu, 22 Oct 2020 12:33:35 +0200] rev 15774
Mark global variables in implementation section static
Wed, 21 Oct 2020 18:55:26 +0300 add more const qualifiers to maintain a semblance of activity
alfadur [Wed, 21 Oct 2020 18:55:26 +0300] rev 15773
add more const qualifiers to maintain a semblance of activity
Tue, 20 Oct 2020 20:09:44 +0200 Fix lack of declaration decorations for dynamic arrays in Pas2C
unc0rr [Tue, 20 Oct 2020 20:09:44 +0200] rev 15772
Fix lack of declaration decorations for dynamic arrays in Pas2C
Mon, 12 Oct 2020 21:38:37 +0200 AI: Nerf piano rating; AI will now only use it if it expects huge damage
Wuzzy <Wuzzy2@mail.ru> [Mon, 12 Oct 2020 21:38:37 +0200] rev 15771
AI: Nerf piano rating; AI will now only use it if it expects huge damage
Mon, 12 Oct 2020 01:25:04 +0200 Fix freeze when aiming laser at 90° into sky
Wuzzy <Wuzzy2@mail.ru> [Mon, 12 Oct 2020 01:25:04 +0200] rev 15770
Fix freeze when aiming laser at 90° into sky
Mon, 12 Oct 2020 01:01:28 +0200 Fix minor offset mismatch with wrapping laser
Wuzzy <Wuzzy2@mail.ru> [Mon, 12 Oct 2020 01:01:28 +0200] rev 15769
Fix minor offset mismatch with wrapping laser
Mon, 12 Oct 2020 00:46:19 +0200 Fix laser sight wrapping sometimes wrapping too often
Wuzzy <Wuzzy2@mail.ru> [Mon, 12 Oct 2020 00:46:19 +0200] rev 15768
Fix laser sight wrapping sometimes wrapping too often
Thu, 08 Oct 2020 20:38:19 +0200 Disable text highlight for TimeBox "disclaimer" in all languages
Wuzzy <Wuzzy2@mail.ru> [Thu, 08 Oct 2020 20:38:19 +0200] rev 15767
Disable text highlight for TimeBox "disclaimer" in all languages
Thu, 08 Oct 2020 14:45:28 +0200 AI: Add reuse bonus to SMine (like shotgun)
Wuzzy <Wuzzy2@mail.ru> [Thu, 08 Oct 2020 14:45:28 +0200] rev 15766
AI: Add reuse bonus to SMine (like shotgun)
Thu, 08 Oct 2020 14:43:00 +0200 Fix AI sometimes making weird SMine shots
Wuzzy <Wuzzy2@mail.ru> [Thu, 08 Oct 2020 14:43:00 +0200] rev 15765
Fix AI sometimes making weird SMine shots
Thu, 08 Oct 2020 12:33:14 +0200 Fix hammer not digging when hitting hog with 0 health
Wuzzy <Wuzzy2@mail.ru> [Thu, 08 Oct 2020 12:33:14 +0200] rev 15764
Fix hammer not digging when hitting hog with 0 health
Thu, 08 Oct 2020 11:12:22 +0200 Fix hog not returning from TimeBox when all land was destroyed
Wuzzy <Wuzzy2@mail.ru> [Thu, 08 Oct 2020 11:12:22 +0200] rev 15763
Fix hog not returning from TimeBox when all land was destroyed
Wed, 07 Oct 2020 23:06:34 +0200 AI: Don't sacrifice final hog with kami or piano
Wuzzy <Wuzzy2@mail.ru> [Wed, 07 Oct 2020 23:06:34 +0200] rev 15762
AI: Don't sacrifice final hog with kami or piano
Thu, 10 Sep 2020 09:30:41 +0200 Prevent AI from getting stuck in attempt to look in another direction after choosing bee weapon
unC0Rr [Thu, 10 Sep 2020 09:30:41 +0200] rev 15761
Prevent AI from getting stuck in attempt to look in another direction after choosing bee weapon
Sun, 06 Sep 2020 00:21:37 +0300 fix vcpkg build
alfadur [Sun, 06 Sep 2020 00:21:37 +0300] rev 15760
fix vcpkg build
Mon, 10 Aug 2020 12:56:53 +0300 workaround for FPC 3.2.0 ICE
alfadur [Mon, 10 Aug 2020 12:56:53 +0300] rev 15759
workaround for FPC 3.2.0 ICE
Sun, 09 Aug 2020 14:43:02 +0200 Display lobby chat in checker
unc0rr [Sun, 09 Aug 2020 14:43:02 +0200] rev 15758
Display lobby chat in checker
Sat, 01 Aug 2020 04:19:29 +0300 add teapot grave
alfadur [Sat, 01 Aug 2020 04:19:29 +0300] rev 15757
add teapot grave
Fri, 31 Jul 2020 05:41:53 +0300 improve 🍄 shading
alfadur [Fri, 31 Jul 2020 05:41:53 +0300] rev 15756
improve 🍄 shading
Fri, 31 Jul 2020 01:09:34 +0300 add 🍄 grave
alfadur [Fri, 31 Jul 2020 01:09:34 +0300] rev 15755
add 🍄 grave
Mon, 20 Jul 2020 18:13:48 +0200 KeyBindToName: Return HW's internal key name if SDL yields no name
Wuzzy <Wuzzy2@mail.ru> [Mon, 20 Jul 2020 18:13:48 +0200] rev 15754
KeyBindToName: Return HW's internal key name if SDL yields no name
Sun, 19 Jul 2020 23:28:45 +0200 Fix piano spawning vgtNote if slot key without sound was pressed
Wuzzy <Wuzzy2@mail.ru> [Sun, 19 Jul 2020 23:28:45 +0200] rev 15753
Fix piano spawning vgtNote if slot key without sound was pressed
Sun, 19 Jul 2020 22:08:55 +0200 AI: Add new sine gun test (still WIP)
Wuzzy <Wuzzy2@mail.ru> [Sun, 19 Jul 2020 22:08:55 +0200] rev 15752
AI: Add new sine gun test (still WIP)
Sun, 19 Jul 2020 11:32:30 +0200 AI: Don't end ammo tests too early for knife and drill rocket
Wuzzy <Wuzzy2@mail.ru> [Sun, 19 Jul 2020 11:32:30 +0200] rev 15751
AI: Don't end ammo tests too early for knife and drill rocket
Sun, 19 Jul 2020 11:20:20 +0200 AI: Fix bad AI collision checks
Wuzzy <Wuzzy2@mail.ru> [Sun, 19 Jul 2020 11:20:20 +0200] rev 15750
AI: Fix bad AI collision checks
Sat, 18 Jul 2020 23:53:14 +0200 Fix some incorrect AI collision checks
Wuzzy <Wuzzy2@mail.ru> [Sat, 18 Jul 2020 23:53:14 +0200] rev 15749
Fix some incorrect AI collision checks
Fri, 17 Jul 2020 02:51:25 +0200 AI: Update list of gears that trigger activity
Wuzzy <Wuzzy2@mail.ru> [Fri, 17 Jul 2020 02:51:25 +0200] rev 15748
AI: Update list of gears that trigger activity
Thu, 16 Jul 2020 22:23:08 +0200 Flags preview: Hide CPU flags
Wuzzy <Wuzzy2@mail.ru> [Thu, 16 Jul 2020 22:23:08 +0200] rev 15747
Flags preview: Hide CPU flags
Thu, 16 Jul 2020 22:30:32 +0300 make water sentries more resistant to sinking
alfadur [Thu, 16 Jul 2020 22:30:32 +0300] rev 15746
make water sentries more resistant to sinking
Sun, 12 Jul 2020 03:03:52 +0300 don't delete shotgun shot after it has parted
alfadur [Sun, 12 Jul 2020 03:03:52 +0300] rev 15745
don't delete shotgun shot after it has parted
Sun, 12 Jul 2020 01:27:27 +0300 add collision to land sentries
alfadur [Sun, 12 Jul 2020 01:27:27 +0300] rev 15744
add collision to land sentries
Sun, 12 Jul 2020 01:08:42 +0300 world wrap water sentries
alfadur [Sun, 12 Jul 2020 01:08:42 +0300] rev 15743
world wrap water sentries
Sat, 11 Jul 2020 23:06:29 +0300 place some generated sentries in water
alfadur [Sat, 11 Jul 2020 23:06:29 +0300] rev 15742
place some generated sentries in water
Sat, 11 Jul 2020 20:33:23 +0300 improve sentry jumping out
alfadur [Sat, 11 Jul 2020 20:33:23 +0300] rev 15741
improve sentry jumping out
Sat, 11 Jul 2020 20:01:35 +0300 improve sentry target selection
alfadur [Sat, 11 Jul 2020 20:01:35 +0300] rev 15740
improve sentry target selection
Sat, 11 Jul 2020 19:03:14 +0300 port behavior to water sentries
alfadur [Sat, 11 Jul 2020 19:03:14 +0300] rev 15739
port behavior to water sentries
Sat, 11 Jul 2020 17:35:36 +0300 allow deploying sentries on water
alfadur [Sat, 11 Jul 2020 17:35:36 +0300] rev 15738
allow deploying sentries on water
Sat, 11 Jul 2020 02:12:02 +0300 add sentry deployment step
alfadur [Sat, 11 Jul 2020 02:12:02 +0300] rev 15737
add sentry deployment step
Sat, 11 Jul 2020 01:09:56 +0300 prevent sentries from getting stuck in the corners
alfadur [Sat, 11 Jul 2020 01:09:56 +0300] rev 15736
prevent sentries from getting stuck in the corners
Thu, 09 Jul 2020 02:41:51 +0300 fix sentry left jump
alfadur [Thu, 09 Jul 2020 02:41:51 +0300] rev 15735
fix sentry left jump
Thu, 09 Jul 2020 00:45:27 +0300 make sentries reload after being hit
alfadur [Thu, 09 Jul 2020 00:45:27 +0300] rev 15734
make sentries reload after being hit
Thu, 09 Jul 2020 00:32:53 +0300 add smoking to damaged sentries
alfadur [Thu, 09 Jul 2020 00:32:53 +0300] rev 15733
add smoking to damaged sentries
Thu, 09 Jul 2020 00:22:40 +0300 allow damaging sentries
alfadur [Thu, 09 Jul 2020 00:22:40 +0300] rev 15732
allow damaging sentries
Wed, 08 Jul 2020 23:42:42 +0300 improve sentry spawn
alfadur [Wed, 08 Jul 2020 23:42:42 +0300] rev 15731
improve sentry spawn
Wed, 08 Jul 2020 22:18:02 +0300 use named constants in FindPlace
alfadur [Wed, 08 Jul 2020 22:18:02 +0300] rev 15730
use named constants in FindPlace
Wed, 08 Jul 2020 19:46:06 +0200 Fix AI sometimes using up all health in resurrector
Wuzzy <Wuzzy2@mail.ru> [Wed, 08 Jul 2020 19:46:06 +0200] rev 15729
Fix AI sometimes using up all health in resurrector
Wed, 08 Jul 2020 19:11:00 +0200 AI: Laser sight removes upper range cap for shotgun
Wuzzy <Wuzzy2@mail.ru> [Wed, 08 Jul 2020 19:11:00 +0200] rev 15728
AI: Laser sight removes upper range cap for shotgun
Wed, 08 Jul 2020 18:51:18 +0200 Update German translation, fix 1 typo
Wuzzy <Wuzzy2@mail.ru> [Wed, 08 Jul 2020 18:51:18 +0200] rev 15727
Update German translation, fix 1 typo Thanks to wandi34 for finding the typo!
Wed, 08 Jul 2020 18:46:50 +0200 Update locale files
Wuzzy <Wuzzy2@mail.ru> [Wed, 08 Jul 2020 18:46:50 +0200] rev 15726
Update locale files
Wed, 08 Jul 2020 18:45:21 +0200 Rename chat size label in frontend
Wuzzy <Wuzzy2@mail.ru> [Wed, 08 Jul 2020 18:45:21 +0200] rev 15725
Rename chat size label in frontend
Wed, 08 Jul 2020 18:19:14 +0200 AI: Don't use airstrikes if negative gravity
Wuzzy <Wuzzy2@mail.ru> [Wed, 08 Jul 2020 18:19:14 +0200] rev 15724
AI: Don't use airstrikes if negative gravity
Wed, 08 Jul 2020 18:17:49 +0200 Teach AI how to use snowball
Wuzzy <Wuzzy2@mail.ru> [Wed, 08 Jul 2020 18:17:49 +0200] rev 15723
Teach AI how to use snowball
Wed, 08 Jul 2020 17:13:42 +0300 Description: Make the new network-bsd package optional, by implementing the keyword REQUIRED in the check_haskell_package_exists macro
Gianfranco Costamagna <locutusofborg@debian.org> [Wed, 08 Jul 2020 17:13:42 +0300] rev 15722
Description: Make the new network-bsd package optional, by implementing the keyword REQUIRED in the check_haskell_package_exists macro Author: Gianfranco Costamagna <locutusofborg@debian.org> Last-Update: 2020-07-08
Wed, 08 Jul 2020 17:02:45 +0300 update server network
Jens Petersen [Wed, 08 Jul 2020 17:02:45 +0300] rev 15721
update server network
Tue, 07 Jul 2020 00:17:05 +0200 Remove Vamp/Resurrect ammos in gfInvulnerable mode
Wuzzy <Wuzzy2@mail.ru> [Tue, 07 Jul 2020 00:17:05 +0200] rev 15720
Remove Vamp/Resurrect ammos in gfInvulnerable mode
Tue, 07 Jul 2020 01:15:15 +0300 allow adding teams while round is in progress
alfadur [Tue, 07 Jul 2020 01:15:15 +0300] rev 15719
allow adding teams while round is in progress
Tue, 07 Jul 2020 00:11:20 +0200 gfInvulnerable: Fix misplaced halo icon
Wuzzy <Wuzzy2@mail.ru> [Tue, 07 Jul 2020 00:11:20 +0200] rev 15718
gfInvulnerable: Fix misplaced halo icon
Tue, 07 Jul 2020 00:07:40 +0200 Fix some HUD icon issues in gfInvulnerable
Wuzzy <Wuzzy2@mail.ru> [Tue, 07 Jul 2020 00:07:40 +0200] rev 15717
Fix some HUD icon issues in gfInvulnerable - Missing vampirism icon - FPS text overlapped
Mon, 06 Jul 2020 22:48:20 +0200 Fix hog sometimes not falling after using resurrector
Wuzzy <Wuzzy2@mail.ru> [Mon, 06 Jul 2020 22:48:20 +0200] rev 15716
Fix hog sometimes not falling after using resurrector
Mon, 06 Jul 2020 16:55:35 +0200 AI: No longer afraid of heights if invulnerable
Wuzzy <Wuzzy2@mail.ru> [Mon, 06 Jul 2020 16:55:35 +0200] rev 15715
AI: No longer afraid of heights if invulnerable
Mon, 06 Jul 2020 16:46:38 +0200 AI: Reset remembered gravity on Think and TestAmmos
Wuzzy <Wuzzy2@mail.ru> [Mon, 06 Jul 2020 16:46:38 +0200] rev 15714
AI: Reset remembered gravity on Think and TestAmmos
Mon, 06 Jul 2020 15:41:22 +0200 AI: Teach AI to use low gravity
Wuzzy <Wuzzy2@mail.ru> [Mon, 06 Jul 2020 15:41:22 +0200] rev 15713
AI: Teach AI to use low gravity
Mon, 06 Jul 2020 14:51:24 +0200 AI: Add aiGravity and aiGravityf variables
Wuzzy <Wuzzy2@mail.ru> [Mon, 06 Jul 2020 14:51:24 +0200] rev 15712
AI: Add aiGravity and aiGravityf variables
Mon, 06 Jul 2020 14:43:19 +0200 Rename windSpeed variable to aiWindSpeed
Wuzzy <Wuzzy2@mail.ru> [Mon, 06 Jul 2020 14:43:19 +0200] rev 15711
Rename windSpeed variable to aiWindSpeed
Mon, 06 Jul 2020 13:51:41 +0200 AI: 0.01% chance to use kamikaze with "wishes" ;-)
Wuzzy <Wuzzy2@mail.ru> [Mon, 06 Jul 2020 13:51:41 +0200] rev 15710
AI: 0.01% chance to use kamikaze with "wishes" ;-)
Mon, 06 Jul 2020 12:46:22 +0200 Fix typo
Wuzzy <Wuzzy2@mail.ru> [Mon, 06 Jul 2020 12:46:22 +0200] rev 15709
Fix typo
Mon, 06 Jul 2020 11:10:27 +0200 AI: Teach how to use resurrector fast
Wuzzy <Wuzzy2@mail.ru> [Mon, 06 Jul 2020 11:10:27 +0200] rev 15708
AI: Teach how to use resurrector fast
Mon, 06 Jul 2020 01:46:22 +0200 Teach AI how to use resurrector
Wuzzy <Wuzzy2@mail.ru> [Mon, 06 Jul 2020 01:46:22 +0200] rev 15707
Teach AI how to use resurrector
Mon, 06 Jul 2020 00:25:13 +0200 Fix chat lines bleeding below screen for large font
Wuzzy <Wuzzy2@mail.ru> [Mon, 06 Jul 2020 00:25:13 +0200] rev 15706
Fix chat lines bleeding below screen for large font
Sun, 05 Jul 2020 23:36:08 +0200 Reduce maximum chat size to 400%
Wuzzy <Wuzzy2@mail.ru> [Sun, 05 Jul 2020 23:36:08 +0200] rev 15705
Reduce maximum chat size to 400%
Sun, 05 Jul 2020 22:40:11 +0200 Add placeholder icon and text for sentry bot
Wuzzy <Wuzzy2@mail.ru> [Sun, 05 Jul 2020 22:40:11 +0200] rev 15704
Add placeholder icon and text for sentry bot
Sun, 05 Jul 2020 21:37:35 +0200 AI: Switch to amNothing instead of amSkip to unselect weapon
Wuzzy <Wuzzy2@mail.ru> [Sun, 05 Jul 2020 21:37:35 +0200] rev 15703
AI: Switch to amNothing instead of amSkip to unselect weapon
Sun, 05 Jul 2020 21:25:15 +0200 Teach top AI level to track falling with airstrikes
Wuzzy <Wuzzy2@mail.ru> [Sun, 05 Jul 2020 21:25:15 +0200] rev 15702
Teach top AI level to track falling with airstrikes
Sun, 05 Jul 2020 21:14:44 +0200 AI: Teach AI that piano can't blast thru solid land
Wuzzy <Wuzzy2@mail.ru> [Sun, 05 Jul 2020 21:14:44 +0200] rev 15701
AI: Teach AI that piano can't blast thru solid land
Sun, 05 Jul 2020 21:05:35 +0200 AI: Airborne attacks: Move height of target X to first hit
Wuzzy <Wuzzy2@mail.ru> [Sun, 05 Jul 2020 21:05:35 +0200] rev 15700
AI: Airborne attacks: Move height of target X to first hit
Sun, 05 Jul 2020 20:36:27 +0200 Follow airplane gear on spawn
Wuzzy <Wuzzy2@mail.ru> [Sun, 05 Jul 2020 20:36:27 +0200] rev 15699
Follow airplane gear on spawn
Sun, 05 Jul 2020 20:29:37 +0200 AI: Fix starting height of airborne attacks
Wuzzy <Wuzzy2@mail.ru> [Sun, 05 Jul 2020 20:29:37 +0200] rev 15698
AI: Fix starting height of airborne attacks
Sun, 05 Jul 2020 20:22:08 +0200 AI: Improve drill strike prediction
Wuzzy <Wuzzy2@mail.ru> [Sun, 05 Jul 2020 20:22:08 +0200] rev 15697
AI: Improve drill strike prediction
Sun, 05 Jul 2020 18:37:29 +0300 fix hitorder dispatch
alfadur [Sun, 05 Jul 2020 18:37:29 +0300] rev 15696
fix hitorder dispatch
Sun, 05 Jul 2020 14:53:44 +0200 [NOOP] Merge branch ui-scaling (with backports) into default to avoid future merging issues
sheepluva [Sun, 05 Jul 2020 14:53:44 +0200] rev 15695
[NOOP] Merge branch ui-scaling (with backports) into default to avoid future merging issues
Sun, 05 Jul 2020 02:03:08 +0200 [backport] Chat: Use Ctrl-A for 'select all' again (instead of Ctrl-B) ui-scaling
Wuzzy <Wuzzy2@mail.ru> [Sun, 05 Jul 2020 02:03:08 +0200] rev 15694
[backport] Chat: Use Ctrl-A for 'select all' again (instead of Ctrl-B) Backport of 783959a6810b to branch ui-scaling by sheepluva
Sun, 05 Jul 2020 01:58:48 +0200 [backport] Chat scale: Move setting to Video tab ui-scaling
Wuzzy <Wuzzy2@mail.ru> [Sun, 05 Jul 2020 01:58:48 +0200] rev 15693
[backport] Chat scale: Move setting to Video tab Backport of 9455b9e56aee to branch ui-scaling by sheepluva
Sun, 05 Jul 2020 04:00:29 +0300 add basic jumping to sentries
alfadur [Sun, 05 Jul 2020 04:00:29 +0300] rev 15692
add basic jumping to sentries
Sun, 05 Jul 2020 02:03:08 +0200 Chat: Use Ctrl-A for 'select all' again (instead of Ctrl-B)
Wuzzy <Wuzzy2@mail.ru> [Sun, 05 Jul 2020 02:03:08 +0200] rev 15691
Chat: Use Ctrl-A for 'select all' again (instead of Ctrl-B)
Sun, 05 Jul 2020 01:58:48 +0200 Chat scale: Move setting to Video tab
Wuzzy <Wuzzy2@mail.ru> [Sun, 05 Jul 2020 01:58:48 +0200] rev 15690
Chat scale: Move setting to Video tab
Sat, 04 Jul 2020 22:18:54 +0200 fix accidential resurrection of removed code of merge 63e2b7b2ec47
sheepluva [Sat, 04 Jul 2020 22:18:54 +0200] rev 15689
fix accidential resurrection of removed code of merge 63e2b7b2ec47 code was originally removed in 93429d8f6b3f
Sat, 04 Jul 2020 15:31:51 +0200 Fix pas2c breakage caused by superfluous "+"s added by 250c778463f3, d9c62f196fe0 and 92ce801d0681
sheepluva [Sat, 04 Jul 2020 15:31:51 +0200] rev 15688
Fix pas2c breakage caused by superfluous "+"s added by 250c778463f3, d9c62f196fe0 and 92ce801d0681
Sat, 04 Jul 2020 03:11:41 +0200 Merge chat-scaling (= current state of branch "ui-scaling") into default branch
sheepluva [Sat, 04 Jul 2020 03:11:41 +0200] rev 15687
Merge chat-scaling (= current state of branch "ui-scaling") into default branch
Sat, 04 Jul 2020 02:46:06 +0200 fix chat-scaling being awkward due to font size pt/px confusion ui-scaling
sheepluva [Sat, 04 Jul 2020 02:46:06 +0200] rev 15686
fix chat-scaling being awkward due to font size pt/px confusion
Fri, 03 Jul 2020 23:51:47 +0200 Merge branch 1.0.0 into branch ui-scaling ui-scaling
sheepluva [Fri, 03 Jul 2020 23:51:47 +0200] rev 15685
Merge branch 1.0.0 into branch ui-scaling
Tue, 30 Jun 2020 23:25:52 +0300 prevent sentries from getting stuck on mines
alfadur [Tue, 30 Jun 2020 23:25:52 +0300] rev 15684
prevent sentries from getting stuck on mines
Tue, 30 Jun 2020 22:36:53 +0300 increase sentry vision angle
alfadur [Tue, 30 Jun 2020 22:36:53 +0300] rev 15683
increase sentry vision angle
(0) -10000 -3000 -1000 -240 tip