Wed, 18 Sep 2024 14:10:51 +0200 Remove old code transitional_engine tip
unC0Rr [Wed, 18 Sep 2024 14:10:51 +0200] rev 16036
Remove old code
Wed, 18 Sep 2024 13:42:26 +0200 Add templates for different maze styles transitional_engine
unC0Rr [Wed, 18 Sep 2024 13:42:26 +0200] rev 16035
Add templates for different maze styles
Mon, 16 Sep 2024 16:57:11 +0200 Sanitize maze mapgen code a bit transitional_engine
unC0Rr [Mon, 16 Sep 2024 16:57:11 +0200] rev 16034
Sanitize maze mapgen code a bit
Tue, 10 Sep 2024 18:21:31 +0200 Use rust implementation of maze generator in engine transitional_engine
unC0Rr [Tue, 10 Sep 2024 18:21:31 +0200] rev 16033
Use rust implementation of maze generator in engine
Tue, 10 Sep 2024 13:56:51 +0200 Add maze land generator ported from pascal engine transitional_engine
unC0Rr [Tue, 10 Sep 2024 13:56:51 +0200] rev 16032
Add maze land generator ported from pascal engine
Wed, 04 Sep 2024 14:54:34 +0200 Fix test to match new yaml structure transitional_engine
unC0Rr [Wed, 04 Sep 2024 14:54:34 +0200] rev 16031
Fix test to match new yaml structure
Thu, 05 Sep 2024 21:33:51 +0200 Add install script for tiles transitional_engine
unC0Rr [Thu, 05 Sep 2024 21:33:51 +0200] rev 16030
Add install script for tiles
Tue, 03 Sep 2024 13:56:35 +0200 Fix cavern templates transitional_engine
unC0Rr [Tue, 03 Sep 2024 13:56:35 +0200] rev 16029
Fix cavern templates
Tue, 03 Sep 2024 11:16:52 +0200 Make outline template generator behave more like old engine transitional_engine
unC0Rr [Tue, 03 Sep 2024 11:16:52 +0200] rev 16028
Make outline template generator behave more like old engine
Tue, 03 Sep 2024 11:16:16 +0200 Make Point::with_margin function safe to use transitional_engine
unC0Rr [Tue, 03 Sep 2024 11:16:16 +0200] rev 16027
Make Point::with_margin function safe to use
Thu, 29 Aug 2024 17:09:39 +0200 Allow switching between outline and wfc map generators transitional_engine
unC0Rr [Thu, 29 Aug 2024 17:09:39 +0200] rev 16026
Allow switching between outline and wfc map generators
Thu, 29 Aug 2024 15:28:20 +0200 Make pas2c engine work with hwengine-future transitional_engine
unC0Rr [Thu, 29 Aug 2024 15:28:20 +0200] rev 16025
Make pas2c engine work with hwengine-future
Thu, 29 Aug 2024 12:56:16 +0200 Pass full path to WFC for tile loading transitional_engine
unC0Rr [Thu, 29 Aug 2024 12:56:16 +0200] rev 16024
Pass full path to WFC for tile loading
Wed, 28 Aug 2024 17:16:23 +0200 Make pascal engine link to hwengine-future and use WFC generator transitional_engine
unC0Rr [Wed, 28 Aug 2024 17:16:23 +0200] rev 16023
Make pascal engine link to hwengine-future and use WFC generator
Wed, 28 Aug 2024 15:34:49 +0200 Merge default transitional_engine
unC0Rr [Wed, 28 Aug 2024 15:34:49 +0200] rev 16022
Merge default
Wed, 28 Aug 2024 15:31:51 +0200 Add corrosion as a subdirectory, CMake fixes transitional_engine
unC0Rr [Wed, 28 Aug 2024 15:31:51 +0200] rev 16021
Add corrosion as a subdirectory, CMake fixes
Wed, 28 Aug 2024 13:41:51 +0200 Store all snowflakes in a separate array, achieving performance increase of about 10% for the whole engine on winter maps default
unC0Rr [Wed, 28 Aug 2024 13:41:51 +0200] rev 16020
Store all snowflakes in a separate array, achieving performance increase of about 10% for the whole engine on winter maps
Wed, 28 Aug 2024 13:36:52 +0200 Avoid creating unused string that is quite costly to produce
unC0Rr [Wed, 28 Aug 2024 13:36:52 +0200] rev 16019
Avoid creating unused string that is quite costly to produce
Tue, 27 Aug 2024 17:01:13 +0200 Improve pas2c rtl performance by avoiding double iteration on strings
unC0Rr [Tue, 27 Aug 2024 17:01:13 +0200] rev 16018
Improve pas2c rtl performance by avoiding double iteration on strings
Tue, 21 May 2024 14:38:30 +0200 Implement triggering advancement of simulation in qmlfrontend
unC0Rr [Tue, 21 May 2024 14:38:30 +0200] rev 16017
Implement triggering advancement of simulation in qmlfrontend
Mon, 20 May 2024 14:58:30 +0200 Implement key bindings
unC0Rr [Mon, 20 May 2024 14:58:30 +0200] rev 16016
Implement key bindings
Sun, 19 May 2024 15:55:26 +0200 Handle game view resize
unC0Rr [Sun, 19 May 2024 15:55:26 +0200] rev 16015
Handle game view resize
Thu, 16 May 2024 14:11:16 +0200 Improve AI aiming with minigun
unC0Rr [Thu, 16 May 2024 14:11:16 +0200] rev 16014
Improve AI aiming with minigun
Wed, 15 May 2024 10:05:13 +0200 Wonder if anyone is trying to build this game anymore
unC0Rr [Wed, 15 May 2024 10:05:13 +0200] rev 16013
Wonder if anyone is trying to build this game anymore
Wed, 01 May 2024 16:49:16 +0200 Allow to move camera by dragging mouse cursor over game field
unC0Rr [Wed, 01 May 2024 16:49:16 +0200] rev 16012
Allow to move camera by dragging mouse cursor over game field
Fri, 19 Apr 2024 17:45:05 +0200 Fix build
unC0Rr [Fri, 19 Apr 2024 17:45:05 +0200] rev 16011
Fix build
Fri, 19 Apr 2024 17:44:55 +0200 Port QML frontend to Qt6, use rendering to framebuffer object
unC0Rr [Fri, 19 Apr 2024 17:44:55 +0200] rev 16010
Port QML frontend to Qt6, use rendering to framebuffer object
Fri, 19 Jan 2024 13:07:22 +0100 Start on adopting corrosion transitional_engine
unC0Rr [Fri, 19 Jan 2024 13:07:22 +0100] rev 16009
Start on adopting corrosion
Tue, 05 Sep 2023 17:02:08 +0200 Merge default transitional_engine
unC0Rr [Tue, 05 Sep 2023 17:02:08 +0200] rev 16008
Merge default
Tue, 05 Sep 2023 17:01:46 +0200 Fix type transitional_engine
unC0Rr [Tue, 05 Sep 2023 17:01:46 +0200] rev 16007
Fix type
Fri, 05 Apr 2024 13:10:55 +0100 sndCover now falls back to sndWatchThis OR sndFire.
spudpiggy <facetakers@gmail.com> [Fri, 05 Apr 2024 13:10:55 +0100] rev 16006
sndCover now falls back to sndWatchThis OR sndFire. sndDrat and sndBugger now fall back to each other.
Fri, 05 Apr 2024 07:37:44 +0100 Fixed grammar, and reworded a few sentences to sound better.
spudpiggy <facetakers@gmail.com> [Fri, 05 Apr 2024 07:37:44 +0100] rev 16005
Fixed grammar, and reworded a few sentences to sound better.
Thu, 28 Mar 2024 00:25:22 +0300 fix early room deletion
alfadur [Thu, 28 Mar 2024 00:25:22 +0300] rev 16004
fix early room deletion
Thu, 28 Mar 2024 00:17:01 +0300 fix room joining
alfadur [Thu, 28 Mar 2024 00:17:01 +0300] rev 16003
fix room joining
Wed, 27 Mar 2024 02:57:44 +0300 thread server reference through dispatch to ensure rooms can be auto dropped
alfadur [Wed, 27 Mar 2024 02:57:44 +0300] rev 16002
thread server reference through dispatch to ensure rooms can be auto dropped
Wed, 27 Mar 2024 02:19:44 +0300 fix leaving rooms
alfadur [Wed, 27 Mar 2024 02:19:44 +0300] rev 16001
fix leaving rooms
Mon, 25 Mar 2024 16:05:11 +0300 fix rejoining
alfadur [Mon, 25 Mar 2024 16:05:11 +0300] rev 16000
fix rejoining
Mon, 25 Mar 2024 15:59:14 +0300 add some more buffer space
alfadur [Mon, 25 Mar 2024 15:59:14 +0300] rev 15999
add some more buffer space
Mon, 25 Mar 2024 00:23:41 +0300 grow network buffer periodically
alfadur [Mon, 25 Mar 2024 00:23:41 +0300] rev 15998
grow network buffer periodically
Mon, 25 Mar 2024 00:04:13 +0300 fix protocol recovery
alfadur [Mon, 25 Mar 2024 00:04:13 +0300] rev 15997
fix protocol recovery
Sun, 24 Mar 2024 14:34:27 -0400 merge the kick notice suppression
nemo [Sun, 24 Mar 2024 14:34:27 -0400] rev 15996
merge the kick notice suppression
Sun, 24 Mar 2024 14:33:57 -0400 merge the lobby suppression
nemo [Sun, 24 Mar 2024 14:33:57 -0400] rev 15995
merge the lobby suppression
Sun, 24 Mar 2024 14:19:02 -0400 suppress this message too. 1.0.0
nemo [Sun, 24 Mar 2024 14:19:02 -0400] rev 15994
suppress this message too.
Sun, 24 Mar 2024 14:05:06 -0400 requested change by andu. filtering out ignored player. lobby notice 1.0.0
nemo [Sun, 24 Mar 2024 14:05:06 -0400] rev 15993
requested change by andu. filtering out ignored player. lobby notice
Sat, 23 Mar 2024 17:24:20 -0400 unc0rr commented this out in trunk. based on what andu reported it probably needs to be removed in the branch too 1.0.0
nemo [Sat, 23 Mar 2024 17:24:20 -0400] rev 15992
unc0rr commented this out in trunk. based on what andu reported it probably needs to be removed in the branch too
Mon, 19 Feb 2024 00:14:10 +0300 a couple more todos
alfadur [Mon, 19 Feb 2024 00:14:10 +0300] rev 15991
a couple more todos
Wed, 14 Feb 2024 02:07:35 +0300 fix connection errors carrying over to new clients
alfadur [Wed, 14 Feb 2024 02:07:35 +0300] rev 15990
fix connection errors carrying over to new clients
Tue, 13 Feb 2024 00:58:17 +0300 add some more todo!s
alfadur [Tue, 13 Feb 2024 00:58:17 +0300] rev 15989
add some more todo!s
Mon, 12 Feb 2024 21:26:35 +0300 fix server build
alfadur [Mon, 12 Feb 2024 21:26:35 +0300] rev 15988
fix server build
Mon, 12 Feb 2024 21:01:21 +0300 fix protocol parser life assurance
alfadur [Mon, 12 Feb 2024 21:01:21 +0300] rev 15987
fix protocol parser life assurance
Mon, 12 Feb 2024 01:19:32 +0300 fix voting rights
alfadur [Mon, 12 Feb 2024 01:19:32 +0300] rev 15986
fix voting rights
Sun, 11 Feb 2024 20:33:15 +0100 Revive cabal build of the game server
Vekhir [Sun, 11 Feb 2024 20:33:15 +0100] rev 15985
Revive cabal build of the game server
Thu, 25 Jan 2024 22:22:00 +0300 fix for Arch package
alfadur [Thu, 25 Jan 2024 22:22:00 +0300] rev 15984
fix for Arch package
Wed, 10 Jan 2024 20:54:29 +0100 Fix server build with modern mtl library
Vekhir [Wed, 10 Jan 2024 20:54:29 +0100] rev 15983
Fix server build with modern mtl library
Fri, 06 Oct 2023 22:37:44 +0200 Modernize engine protocol parser
unC0Rr [Fri, 06 Oct 2023 22:37:44 +0200] rev 15982
Modernize engine protocol parser
Fri, 06 Oct 2023 20:34:51 +0200 Add some cosmetic/consistency fixes
unC0Rr [Fri, 06 Oct 2023 20:34:51 +0200] rev 15981
Add some cosmetic/consistency fixes
Tue, 03 Oct 2023 21:13:41 +0200 Implement pinging of the server every 30 seconds
unC0Rr [Tue, 03 Oct 2023 21:13:41 +0200] rev 15980
Implement pinging of the server every 30 seconds
Mon, 02 Oct 2023 21:36:13 +0200 Adopt more recent versions of dependencies, apply clippy fixes
unC0Rr [Mon, 02 Oct 2023 21:36:13 +0200] rev 15979
Adopt more recent versions of dependencies, apply clippy fixes
Thu, 24 Aug 2023 20:15:40 +0200 Replace 'var' with 'let' in flag/grave/hat XHTML previews
Wuzzy <Wuzzy@disroot.org> [Thu, 24 Aug 2023 20:15:40 +0200] rev 15978
Replace 'var' with 'let' in flag/grave/hat XHTML previews
Thu, 24 Aug 2023 20:12:28 +0200 Clean up flag/grave/hats XHTML preview pages
Wuzzy <Wuzzy@disroot.org> [Thu, 24 Aug 2023 20:12:28 +0200] rev 15977
Clean up flag/grave/hats XHTML preview pages
Tue, 22 Aug 2023 22:19:28 +0200 Unbreak pas2c build
unC0Rr [Tue, 22 Aug 2023 22:19:28 +0200] rev 15976
Unbreak pas2c build
Tue, 22 Aug 2023 08:35:46 +0200 Merge default transitional_engine
unC0Rr [Tue, 22 Aug 2023 08:35:46 +0200] rev 15975
Merge default
Thu, 10 Aug 2023 20:48:54 -0400 add some round() so that the scale factor compiles at least with non-integer values
nemo [Thu, 10 Aug 2023 20:48:54 -0400] rev 15974
add some round() so that the scale factor compiles at least with non-integer values
Sun, 06 Aug 2023 18:24:39 -0400 pull in neglected fix
nemo [Sun, 06 Aug 2023 18:24:39 -0400] rev 15973
pull in neglected fix
Thu, 12 Jan 2023 22:15:24 +0100 Fixed a memory leak
Sergey Alirzaev <zl29ah@gmail.com> [Thu, 12 Jan 2023 22:15:24 +0100] rev 15972
Fixed a memory leak
Mon, 24 Jul 2023 20:02:18 +0200 Add ExtraDamage icon variant for locales with comma as decimal separator
Wuzzy <Wuzzy@disroot.org> [Mon, 24 Jul 2023 20:02:18 +0200] rev 15971
Add ExtraDamage icon variant for locales with comma as decimal separator
Wed, 28 Jun 2023 23:41:38 +0200 Make use of GetEngineString in Lua scripts
Wuzzy <Wuzzy@disroot.org> [Wed, 28 Jun 2023 23:41:38 +0200] rev 15970
Make use of GetEngineString in Lua scripts
Wed, 28 Jun 2023 21:16:14 +0200 CS: Add support for King Mode and PlaceHog
Wuzzy <Wuzzy@disroot.org> [Wed, 28 Jun 2023 21:16:14 +0200] rev 15969
CS: Add support for King Mode and PlaceHog
Wed, 28 Jun 2023 21:14:56 +0200 Add GetEngineString function to expose some string IDs to Lua
Wuzzy <Wuzzy@disroot.org> [Wed, 28 Jun 2023 21:14:56 +0200] rev 15968
Add GetEngineString function to expose some string IDs to Lua
Wed, 28 Jun 2023 18:57:00 +0200 CS: Disable game flags incompatible with this script
Wuzzy <Wuzzy@disroot.org> [Wed, 28 Jun 2023 18:57:00 +0200] rev 15967
CS: Disable game flags incompatible with this script
Wed, 28 Jun 2023 17:06:22 +0200 CS: Remove hog switch arrows on continent phase if switching gameflag is used
Wuzzy <Wuzzy@disroot.org> [Wed, 28 Jun 2023 17:06:22 +0200] rev 15966
CS: Remove hog switch arrows on continent phase if switching gameflag is used
Wed, 28 Jun 2023 12:46:04 +0200 Fix error if passing bad number script param to Battallion/Space Invasion
Wuzzy <Wuzzy@disroot.org> [Wed, 28 Jun 2023 12:46:04 +0200] rev 15965
Fix error if passing bad number script param to Battallion/Space Invasion
Wed, 28 Jun 2023 12:01:43 +0200 Fix errors if passing bad script param to [Tech]Racer
Wuzzy <Wuzzy@disroot.org> [Wed, 28 Jun 2023 12:01:43 +0200] rev 15964
Fix errors if passing bad script param to [Tech]Racer
Wed, 28 Jun 2023 07:28:52 +0200 Updated Spanish translation
martinraul [Wed, 28 Jun 2023 07:28:52 +0200] rev 15963
Updated Spanish translation Adapted from Pull Request #68 on the GitHub mirror: https://github.com/hedgewars/hw/pull/68
Sun, 25 Jun 2023 20:01:04 +0200 Fix linking against sdl2-mixer
unC0Rr [Sun, 25 Jun 2023 20:01:04 +0200] rev 15962
Fix linking against sdl2-mixer
Thu, 22 Jun 2023 09:13:50 +0200 Fix pas2C build fail in uLocale
Wuzzy <Wuzzy@disroot.org> [Thu, 22 Jun 2023 09:13:50 +0200] rev 15961
Fix pas2C build fail in uLocale
Mon, 19 Jun 2023 14:09:37 +0200 Fix game freezing if Format arg contains '%1', '%2', etc. (bug 851)
Wuzzy <Wuzzy@disroot.org> [Mon, 19 Jun 2023 14:09:37 +0200] rev 15960
Fix game freezing if Format arg contains '%1', '%2', etc. (bug #851)
Fri, 16 Jun 2023 21:06:46 +0200 Fix off-by-1 error leading to crash
unC0Rr [Fri, 16 Jun 2023 21:06:46 +0200] rev 15959
Fix off-by-1 error leading to crash
Fri, 16 Jun 2023 08:10:45 +0200 Fix pas2c build erroring after parsec added function we already define
unc0rr [Fri, 16 Jun 2023 08:10:45 +0200] rev 15958
Fix pas2c build erroring after parsec added function we already define
Thu, 25 May 2023 17:46:57 +0200 Fix speech bubble not wrapping if contain quote marks (bug 753)
Wuzzy <Wuzzy@disroot.org> [Thu, 25 May 2023 17:46:57 +0200] rev 15957
Fix speech bubble not wrapping if contain quote marks (bug #753)
Thu, 25 May 2023 17:05:15 +0200 Make tardis avoid water during Sudden Death
Wuzzy <Wuzzy@disroot.org> [Thu, 25 May 2023 17:05:15 +0200] rev 15956
Make tardis avoid water during Sudden Death
Wed, 24 May 2023 23:58:28 +0200 Close Esc menu when chat opens
Wuzzy <Wuzzy@disroot.org> [Wed, 24 May 2023 23:58:28 +0200] rev 15955
Close Esc menu when chat opens
Wed, 24 May 2023 23:54:58 +0200 Don't destroy chat when window loses focus (bug 623)
Wuzzy <Wuzzy@disroot.org> [Wed, 24 May 2023 23:54:58 +0200] rev 15954
Don't destroy chat when window loses focus (bug #623)
Wed, 24 May 2023 21:23:33 +0200 Properly close chat after quit command
Wuzzy <Wuzzy@disroot.org> [Wed, 24 May 2023 21:23:33 +0200] rev 15953
Properly close chat after quit command
Fri, 12 May 2023 23:15:01 +0200 Fix CMake warning for position of cmake version
Wuzzy <Wuzzy@disroot.org> [Fri, 12 May 2023 23:15:01 +0200] rev 15952
Fix CMake warning for position of cmake version
Tue, 11 Apr 2023 09:30:56 +0200 Start PoC of pas2rust conversion routine
unc0rr [Tue, 11 Apr 2023 09:30:56 +0200] rev 15951
Start PoC of pas2rust conversion routine
Mon, 10 Apr 2023 20:53:42 +0200 Refactor const names in uScript, no logic change
unc0rr [Mon, 10 Apr 2023 20:53:42 +0200] rev 15950
Refactor const names in uScript, no logic change
Sat, 08 Apr 2023 16:45:55 +0300 workaround for FPC 3.2.2 linking bug
alfadur <mail@none> [Sat, 08 Apr 2023 16:45:55 +0300] rev 15949
workaround for FPC 3.2.2 linking bug
Sat, 08 Apr 2023 01:44:53 +0300 disable videorec by default in vcpkg build
alfadur [Sat, 08 Apr 2023 01:44:53 +0300] rev 15948
disable videorec by default in vcpkg build
Sat, 08 Apr 2023 01:42:26 +0300 fix vcpkg build
alfadur [Sat, 08 Apr 2023 01:42:26 +0300] rev 15947
fix vcpkg build
Sat, 08 Apr 2023 01:23:47 +0300 force dllexport for physlayer interface
alfadur [Sat, 08 Apr 2023 01:23:47 +0300] rev 15946
force dllexport for physlayer interface
Tue, 28 Mar 2023 19:30:57 +0300 optimize out allocations in data iterator
alfadur [Tue, 28 Mar 2023 19:30:57 +0300] rev 15945
optimize out allocations in data iterator
Tue, 28 Mar 2023 17:53:30 +0300 add iteration overhead benchmark
alfadur [Tue, 28 Mar 2023 17:53:30 +0300] rev 15944
add iteration overhead benchmark
Sun, 26 Mar 2023 20:55:19 +0300 use multiple components for iteration benchmark
alfadur [Sun, 26 Mar 2023 20:55:19 +0300] rev 15943
use multiple components for iteration benchmark
Sun, 26 Mar 2023 06:06:14 +0300 fix component removal
alfadur [Sun, 26 Mar 2023 06:06:14 +0300] rev 15942
fix component removal
Sun, 26 Mar 2023 03:53:49 +0300 optimize type mask iteration
alfadur [Sun, 26 Mar 2023 03:53:49 +0300] rev 15941
optimize type mask iteration
Sun, 26 Mar 2023 02:31:04 +0300 add component manipulation benchmark
alfadur [Sun, 26 Mar 2023 02:31:04 +0300] rev 15940
add component manipulation benchmark
Sat, 25 Mar 2023 04:14:07 +0300 remove events
alfadur [Sat, 25 Mar 2023 04:14:07 +0300] rev 15939
remove events
Sat, 25 Mar 2023 04:00:30 +0300 add some server todos
alfadur [Sat, 25 Mar 2023 04:00:30 +0300] rev 15938
add some server todos
Sat, 25 Mar 2023 03:29:22 +0300 separate out DB task
alfadur [Sat, 25 Mar 2023 03:29:22 +0300] rev 15937
separate out DB task
Fri, 24 Mar 2023 03:26:08 +0300 add back server TLS support
alfadur [Fri, 24 Mar 2023 03:26:08 +0300] rev 15936
add back server TLS support
Thu, 23 Mar 2023 23:41:26 +0300 add basic ECS benchmark
alfadur [Thu, 23 Mar 2023 23:41:26 +0300] rev 15935
add basic ECS benchmark
Thu, 23 Mar 2023 16:21:39 -0400 and this one
nemo [Thu, 23 Mar 2023 16:21:39 -0400] rev 15934
and this one
Thu, 23 Mar 2023 16:20:41 -0400 also these
nemo [Thu, 23 Mar 2023 16:20:41 -0400] rev 15933
also these
Thu, 23 Mar 2023 16:13:04 -0400 switch server
nemo [Thu, 23 Mar 2023 16:13:04 -0400] rev 15932
switch server
Wed, 22 Mar 2023 20:42:48 +0100 This is yet another (empty) testing commit for the world to admire.
sheepluva [Wed, 22 Mar 2023 20:42:48 +0100] rev 15931
This is yet another (empty) testing commit for the world to admire.
Wed, 22 Mar 2023 18:53:00 +0300 add a client moderator flag just to commit something
alfadur [Wed, 22 Mar 2023 18:53:00 +0300] rev 15930
add a client moderator flag just to commit something
Wed, 22 Mar 2023 09:54:30 +0100 This is an empty commit, for testing purposes.
sheepluva [Wed, 22 Mar 2023 09:54:30 +0100] rev 15929
This is an empty commit, for testing purposes.
Fri, 10 Mar 2023 11:42:25 +0100 Fix water level, add medium template transitional_engine
unC0Rr [Fri, 10 Mar 2023 11:42:25 +0100] rev 15928
Fix water level, add medium template
Thu, 16 Feb 2023 07:33:33 +0300 expand theme definition
alfadur [Thu, 16 Feb 2023 07:33:33 +0300] rev 15927
expand theme definition
Wed, 15 Feb 2023 12:42:43 +0100 Format the code, apply clippy fixes transitional_engine
unC0Rr [Wed, 15 Feb 2023 12:42:43 +0100] rev 15926
Format the code, apply clippy fixes
Wed, 15 Feb 2023 12:36:24 +0100 Allow defining compatible edges for grid, add few more templates transitional_engine
unC0Rr [Wed, 15 Feb 2023 12:36:24 +0100] rev 15925
Allow defining compatible edges for grid, add few more templates
(0) -10000 -3000 -1000 -112 tip