LocutusOfBorg [Mon, 12 Sep 2022 18:23:24 -0400] rev 15863
removed at request
"basically, you copy pasted from some really old cmake version not shipping it, I don't know"
LocutusOfBorg [Mon, 12 Sep 2022 12:51:41 -0400] rev 15862
Make the new network-bsd package optional, by implementing the keyword REQUIRED in the check_haskell_package_exists macro
Jens Petersen [Mon, 12 Sep 2022 12:50:37 -0400] rev 15861
build fix from https://bugzilla.redhat.com/show_bug.cgi?id=1853122
Simon McVittie <smcv@debian.org> [Mon, 12 Sep 2022 10:44:55 -0400] rev 15860
do the actual remove
Simon McVittie <smcv@debian.org> [Mon, 12 Sep 2022 10:40:53 -0400] rev 15859
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.
nemo [Wed, 07 Sep 2022 17:28:08 -0400] rev 15858
merge to trunk
nemo [Wed, 07 Sep 2022 16:54:58 -0400] rev 15857
Added tag 1.0.1-release for
changeset 9dceb83331d5
nemo [Wed, 07 Sep 2022 16:53:38 -0400] rev 15856
Removed tag 1.0.1-release
nemo [Wed, 07 Sep 2022 16:52:45 -0400] rev 15855
forgot to bump the patch num
nemo [Wed, 07 Sep 2022 16:49:59 -0400] rev 15854
Added tag 1.0.1-release for
changeset fcea0f51d94f
S.D. [Tue, 06 Sep 2022 22:08:27 +0300] rev 15853
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/).
unc0rr [Tue, 26 Jul 2022 12:37:17 +0200] rev 15852
Fix texture copying routine not taking pitch into account
nemo [Fri, 20 May 2022 17:24:14 -0400] rev 15851
add more checks on nil current hedgehog gear, remove checks on nil current hedgehog which should never happen.
unC0Rr [Wed, 11 May 2022 13:51:04 +0200] rev 15850
Comment out conflicting flag
unC0Rr [Wed, 11 May 2022 13:50:35 +0200] rev 15849
Ignore dist-newstyle folder
unC0Rr [Wed, 11 May 2022 13:48:55 +0200] rev 15848
Implement appropriate routing of checker messages
alfadur [Tue, 10 May 2022 02:59:11 +0300] rev 15847
better sentry free fall behavior
alfadur [Tue, 10 May 2022 00:19:52 +0300] rev 15846
add density to sentries
alfadur [Mon, 09 May 2022 23:58:51 +0300] rev 15845
pass unicode paths as base64 on windows
alfadur [Mon, 09 May 2022 20:11:38 +0300] rev 15844
revert blowtorch hit frequency reduction
alfadur [Mon, 09 May 2022 20:03:09 +0300] rev 15843
remove Hedgehog from generated mines
alfadur [Mon, 09 May 2022 19:10:43 +0300] rev 15842
fix minigun bullet collision detection
nemo [Tue, 26 Apr 2022 14:35:21 -0400] rev 15841
make unplaced hogs a bit less interactive
unC0Rr [Wed, 20 Apr 2022 15:35:48 +0200] rev 15840
Fix typo, small adjustments
Wuzzy <Wuzzy@disroot.org> [Thu, 07 Apr 2022 08:15:08 +0200] rev 15839
Update Wuzzy's e-mail address in credits
alfadur [Tue, 15 Mar 2022 19:54:43 +0300] rev 15838
limit scope of u128 operations in sqrt
alfadur [Mon, 14 Mar 2022 22:08:31 +0300] rev 15837
port sqrt optimization to u128 case
unC0Rr [Mon, 14 Mar 2022 10:12:00 +0100] rev 15836
Fix incorrect calculation of target point in AI drill strike test
nemo [Sat, 05 Feb 2022 10:50:25 -0500] rev 15835
1.0.0 merge
LocutusOfBorg [Sat, 05 Feb 2022 10:42:50 -0500] rev 15834
avcodec 59+ compatibility
alfadur [Thu, 03 Feb 2022 01:48:31 +0300] rev 15833
update to mysql_async
alfadur [Tue, 01 Feb 2022 20:58:35 +0300] rev 15832
add back client timeouts
alfadur [Tue, 01 Feb 2022 02:23:35 +0300] rev 15831
move server network to tokio
alfadur [Mon, 31 Jan 2022 18:24:49 +0300] rev 15830
update protocol 📦
alfadur [Fri, 28 Jan 2022 02:33:44 +0300] rev 15829
add direct access to gear data
alfadur [Thu, 27 Jan 2022 03:51:13 +0300] rev 15828
add type safe power of two sizes
alfadur [Tue, 25 Jan 2022 23:46:11 +0300] rev 15827
use grid only for static gears
Zaubermaus [Thu, 02 Dec 2021 19:33:22 +0100] rev 15826
fix typo in german lua strings
alfadur [Sat, 16 Oct 2021 04:06:47 +0300] rev 15825
make seduction work on sentries
alfadur [Sat, 16 Oct 2021 03:35:48 +0300] rev 15824
remove owner from wild sentries
alfadur [Sat, 16 Oct 2021 02:52:06 +0300] rev 15823
fix sentry bullet misattribution
alfadur [Sat, 16 Oct 2021 02:39:22 +0300] rev 15822
paint sentries in clan colors
alfadur [Sat, 16 Oct 2021 02:20:15 +0300] rev 15821
make domesticated sentries not target their owners
alfadur [Sat, 16 Oct 2021 01:21:26 +0300] rev 15820
reduce blowtorch radius to avoid grabbing gears behind current🦔
alfadur [Sat, 16 Oct 2021 01:06:05 +0300] rev 15819
reduce digging damage frequency
alfadur [Thu, 09 Sep 2021 21:06:45 +0300] rev 15818
use array map in timer constructor
alfadur [Tue, 07 Sep 2021 01:45:16 +0300] rev 15817
Avoid crashing on physfs failure
alfadur [Mon, 10 Aug 2020 12:56:53 +0300] rev 15816
workaround for FPC 3.2.0 ICE
unc0rr [Wed, 14 Jul 2021 23:50:44 +0200] rev 15815
Add janitor plugin that would suggest mingpt plugin to reply to newcomers messages
unc0rr [Wed, 14 Jul 2021 23:01:50 +0200] rev 15814
Publish join and part commands as well
unc0rr [Sat, 10 Jul 2021 12:03:50 +0200] rev 15813
Begin attempt to convert checker into async using tokio
alfadur [Thu, 01 Jul 2021 00:17:05 +0300] rev 15812
eat warnings
unc0rr [Wed, 30 Jun 2021 23:06:54 +0200] rev 15811
- Update hedgewars-network-protocol library with messages needed for checker
- Use the library in hedgewars-checker
unc0rr [Wed, 30 Jun 2021 00:18:53 +0200] rev 15810
Add parser and idempotention tests for server messages
sheepluva [Sat, 26 Jun 2021 00:13:28 +0200] rev 15809
hedgewars-engine (rust)/preview: recognise feature_size cmd and do something with it
sheepluva [Fri, 25 Jun 2021 22:34:26 +0200] rev 15808
add comment header to function to pretend that I care
sheepluva [Fri, 25 Jun 2021 22:16:41 +0200] rev 15807
hedgewars-engine (rust): do something I consider approximate linear filtering for prettier previews
sheepluva [Fri, 25 Jun 2021 21:44:29 +0200] rev 15806
hedgewars-engine (rust): don't use image lib, manually resize (because speed); using nearest px for now
sheepluva [Thu, 24 Jun 2021 00:09:30 +0200] rev 15805
hedgewars-engine (rust): ugly+slow impl for returning lib's previews (QTfrontend "compatible")
unc0rr [Wed, 23 Jun 2021 23:41:51 +0200] rev 15804
Extract network protocol into a separate crate
nemo [Wed, 23 Jun 2021 15:32:48 -0400] rev 15803
Hopefully this is a little more sensible
sheepluva [Tue, 22 Jun 2021 22:13:55 +0200] rev 15802
hedgewars-engine (rust): fix "protocol_version" -> "hedgewars_engine_protocol_version"
That function/symbol was renamed in ef2fc0210362
alfadur [Tue, 22 Jun 2021 01:57:50 +0300] rev 15801
update nom
alfadur [Tue, 22 Jun 2021 01:41:33 +0300] rev 15800
update mio
alfadur [Mon, 21 Jun 2021 20:11:22 +0300] rev 15799
add polled timer
alfadur [Sun, 20 Jun 2021 16:43:53 +0300] rev 15798
update glutin
alfadur [Sun, 20 Jun 2021 01:47:44 +0300] rev 15797
fix error string
alfadur [Sun, 20 Jun 2021 01:45:18 +0300] rev 15796
load haskell directly into Replay
alfadur [Sat, 19 Jun 2021 17:48:10 +0300] rev 15795
find excuses to use shiny new 🦀 features
unc0rr [Thu, 17 Jun 2021 19:32:26 +0200] rev 15794
Add sample ubot plugin written in haskell
unc0rr [Tue, 15 Jun 2021 20:46:28 +0200] rev 15793
Update mingpt plugin to include recent chat history in the seed
unc0rr [Tue, 15 Jun 2021 20:45:46 +0200] rev 15792
Fix detection of message author in ubot core
unc0rr [Sat, 12 Jun 2021 20:58:07 +0200] rev 15791
Add mingpt plugin which is mingpt example from tch repo plus amqp wrapper by me
unc0rr [Sat, 12 Jun 2021 20:15:42 +0200] rev 15790
Add url bot plugin based on url-bot-rs (only the difference from their repo)
unc0rr [Tue, 08 Jun 2021 18:31:46 +0200] rev 15789
Add main module for irc bot which serves as an irc<>rabbitmq relay
Wuzzy <Wuzzy2@mail.ru> [Fri, 28 May 2021 15:06:39 +0200] rev 15788
Use the singular 'they' in code comments, where it makes sense
Wuzzy <Wuzzy2@mail.ru> [Fri, 28 May 2021 14:18:52 +0200] rev 15787
German announcer messages: Remove gender assumptions
Wuzzy <Wuzzy2@mail.ru> [Fri, 28 May 2021 14:17:54 +0200] rev 15786
Singular 'they': Update comments in engine locale files
Wuzzy <Wuzzy2@mail.ru> [Fri, 28 May 2021 14:09:31 +0200] rev 15785
Use 'singular they' instead of 'he'
sheepluva [Wed, 26 May 2021 16:32:43 -0400] rev 15784
Hedgewars lobby to IRC proxy
nemo [Tue, 13 Apr 2021 15:40:11 -0400] rev 15783
bug #823 missing nil checks crasher introduced in
r4aa19b21707d
nemo [Tue, 13 Apr 2021 15:40:11 -0400] rev 15782
bug #823 missing nil checks crasher introduced in
r4aa19b21707d
Wuzzy <Wuzzy2@mail.ru> [Mon, 05 Apr 2021 04:05:14 +0200] rev 15781
Add missing column in credits.csv
alfadur [Wed, 24 Mar 2021 00:11:49 +0300] rev 15780
add const generics to physics step
felixonmars <felixonmars@archlinux.org> [Thu, 04 Jun 2020 12:33:24 +0200] rev 15779
Fix build with Qt 5.15+
L29Ah [Mon, 15 Mar 2021 15:57:19 -0400] rev 15778
anarchist flags
alfadur [Thu, 21 Jan 2021 22:24:50 +0300] rev 15777
fix framebuffer sizing
alfadur [Thu, 21 Jan 2021 02:11:59 +0300] rev 15776
add wgpu support to hwrunner
alfadur [Thu, 07 Jan 2021 17:13:32 +0300] rev 15775
move time out of physics
Wuzzy <Wuzzy2@mail.ru> [Sun, 13 Dec 2020 22:26:39 +0100] rev 15774
Add alfadur to credits for Mushroom/Teapot graves
Wuzzy <Wuzzy2@mail.ru> [Sun, 13 Dec 2020 21:21:41 +0100] rev 15773
Teach vgtSmallDamageTag to use dX, dY and screen coords (Frame<>0)
Wuzzy <Wuzzy2@mail.ru> [Sun, 13 Dec 2020 21:16:25 +0100] rev 15772
Fix crash when spawning vgtSmallDamageTag in Lua
Wuzzy <Wuzzy2@mail.ru> [Mon, 07 Dec 2020 16:59:44 +0100] rev 15771
Lua locale check: Disable line length warning
Wuzzy <Wuzzy2@mail.ru> [Mon, 07 Dec 2020 16:55:34 +0100] rev 15770
Credit heretic43 for zh_CN translation
heretic43 <unknown@unknown.invalid> [Mon, 07 Dec 2020 16:39:32 +0100] rev 15769
Update translation: zh_CN
alfadur [Tue, 17 Nov 2020 20:50:30 +0300] rev 15768
implement event cancelation
alfadur [Tue, 17 Nov 2020 01:04:15 +0300] rev 15767
fix event registration
alfadur [Mon, 16 Nov 2020 01:41:42 +0300] rev 15766
reduce fps
alfadur [Sun, 15 Nov 2020 05:35:18 +0300] rev 15765
get texcoords from atlas
alfadur [Sat, 14 Nov 2020 03:46:01 +0300] rev 15764
add texturing to gear renderer
alfadur [Fri, 13 Nov 2020 20:59:13 +0300] rev 15763
fix triangle count
alfadur [Fri, 13 Nov 2020 20:54:00 +0300] rev 15762
start drawing gears
alfadur [Fri, 13 Nov 2020 02:52:15 +0300] rev 15761
safetize buffer interface
alfadur [Thu, 12 Nov 2020 23:42:53 +0300] rev 15760
safetize texture interface
alfadur [Thu, 12 Nov 2020 00:24:58 +0300] rev 15759
allow finding sprites
alfadur [Wed, 11 Nov 2020 22:41:31 +0300] rev 15758
restore gear generation
alfadur [Wed, 11 Nov 2020 22:40:33 +0300] rev 15757
remove crash from collision
alfadur [Wed, 11 Nov 2020 21:18:31 +0300] rev 15756
fix indexing
nemo [Wed, 11 Nov 2020 12:45:29 -0500] rev 15755
trying to build
unC0Rr [Thu, 22 Oct 2020 13:27:49 +0200] rev 15754
Reduce the amount of parens in pas2c output for prettier result, hopefully not breaking anything
unC0Rr [Thu, 22 Oct 2020 12:50:24 +0200] rev 15753
Fix some problems caught by C compiler
unC0Rr [Thu, 22 Oct 2020 12:33:35 +0200] rev 15752
Mark global variables in implementation section static