3 months ago |
unC0Rr |
Add some more work on rust ai
transitional_engine
|
changeset |
files
|
3 months ago |
unC0Rr |
Make wider range of numbers representable with FPNum on the cost of smaller precision
transitional_engine
|
changeset |
files
|
3 months ago |
unC0Rr |
Add a benchmark for landgen
transitional_engine
|
changeset |
files
|
3 months ago |
unC0Rr |
Make FPNum use saturating calculations
transitional_engine
|
changeset |
files
|
3 months ago |
unC0Rr |
Implement passing of available ammo to rust AI
transitional_engine
|
changeset |
files
|
3 months ago |
unC0Rr |
Add templates for maps with 3 to 8 vertical structures
transitional_engine
|
changeset |
files
|
4 months ago |
unC0Rr |
Add the template to selection
transitional_engine
|
changeset |
files
|
4 months ago |
unC0Rr |
Add one more template
transitional_engine
|
changeset |
files
|
4 months ago |
unC0Rr |
Tweak the rest of map templates
transitional_engine
|
changeset |
files
|
4 months ago |
unC0Rr |
* Introduce concept of invizible walls to constrain outline map generation
transitional_engine
|
changeset |
files
|
4 months ago |
unC0Rr |
Add a tool visualizing map templates
transitional_engine
|
changeset |
files
|
4 months ago |
unC0Rr |
Merge tip
transitional_engine
|
changeset |
files
|
4 months ago |
unC0Rr |
Make AI less annoying
transitional_engine
|
changeset |
files
|
4 months ago |
unC0Rr |
Add some progress on rust AI
transitional_engine
|
changeset |
files
|
5 months ago |
unC0Rr |
Start on AI implementation in rust
transitional_engine
|
changeset |
files
|
4 months ago |
unC0Rr |
- Update corrosion
transitional_engine
|
changeset |
files
|
6 months ago |
unC0Rr |
Wrap chat lines into div
|
changeset |
files
|
6 months ago |
unC0Rr |
Remove old code
transitional_engine
|
changeset |
files
|
6 months ago |
unC0Rr |
Add templates for different maze styles
transitional_engine
|
changeset |
files
|
6 months ago |
unC0Rr |
Sanitize maze mapgen code a bit
transitional_engine
|
changeset |
files
|
6 months ago |
unC0Rr |
Use rust implementation of maze generator in engine
transitional_engine
|
changeset |
files
|
6 months ago |
unC0Rr |
Add maze land generator ported from pascal engine
transitional_engine
|
changeset |
files
|
7 months ago |
unC0Rr |
Fix test to match new yaml structure
transitional_engine
|
changeset |
files
|
6 months ago |
unC0Rr |
Add install script for tiles
transitional_engine
|
changeset |
files
|
7 months ago |
unC0Rr |
Fix cavern templates
transitional_engine
|
changeset |
files
|
7 months ago |
unC0Rr |
Make outline template generator behave more like old engine
transitional_engine
|
changeset |
files
|
7 months ago |
unC0Rr |
Make Point::with_margin function safe to use
transitional_engine
|
changeset |
files
|
7 months ago |
unC0Rr |
Allow switching between outline and wfc map generators
transitional_engine
|
changeset |
files
|
7 months ago |
unC0Rr |
Make pas2c engine work with hwengine-future
transitional_engine
|
changeset |
files
|
7 months ago |
unC0Rr |
Pass full path to WFC for tile loading
transitional_engine
|
changeset |
files
|
7 months ago |
unC0Rr |
Make pascal engine link to hwengine-future and use WFC generator
transitional_engine
|
changeset |
files
|
7 months ago |
unC0Rr |
Merge default
transitional_engine
|
changeset |
files
|
7 months ago |
unC0Rr |
Add corrosion as a subdirectory, CMake fixes
transitional_engine
|
changeset |
files
|
7 months ago |
unC0Rr |
Store all snowflakes in a separate array, achieving performance increase of about 10% for the whole engine on winter maps
|
changeset |
files
|
7 months ago |
unC0Rr |
Avoid creating unused string that is quite costly to produce
|
changeset |
files
|
7 months ago |
unC0Rr |
Improve pas2c rtl performance by avoiding double iteration on strings
|
changeset |
files
|
10 months ago |
unC0Rr |
Implement triggering advancement of simulation in qmlfrontend
|
changeset |
files
|
10 months ago |
unC0Rr |
Implement key bindings
|
changeset |
files
|
10 months ago |
unC0Rr |
Handle game view resize
|
changeset |
files
|
10 months ago |
unC0Rr |
Improve AI aiming with minigun
|
changeset |
files
|
10 months ago |
unC0Rr |
Wonder if anyone is trying to build this game anymore
|
changeset |
files
|
11 months ago |
unC0Rr |
Allow to move camera by dragging mouse cursor over game field
|
changeset |
files
|
11 months ago |
unC0Rr |
Fix build
|
changeset |
files
|
11 months ago |
unC0Rr |
Port QML frontend to Qt6, use rendering to framebuffer object
|
changeset |
files
|
14 months ago |
unC0Rr |
Start on adopting corrosion
transitional_engine
|
changeset |
files
|
19 months ago |
unC0Rr |
Merge default
transitional_engine
|
changeset |
files
|
19 months ago |
unC0Rr |
Fix type
transitional_engine
|
changeset |
files
|
12 months ago |
spudpiggy |
sndCover now falls back to sndWatchThis OR sndFire.
|
changeset |
files
|
12 months ago |
spudpiggy |
Fixed grammar, and reworded a few sentences to sound better.
|
changeset |
files
|
12 months ago |
alfadur |
fix early room deletion
|
changeset |
files
|
12 months ago |
alfadur |
fix room joining
|
changeset |
files
|
12 months ago |
alfadur |
thread server reference through dispatch to ensure rooms can be auto dropped
|
changeset |
files
|
12 months ago |
alfadur |
fix leaving rooms
|
changeset |
files
|
12 months ago |
alfadur |
fix rejoining
|
changeset |
files
|
12 months ago |
alfadur |
add some more buffer space
|
changeset |
files
|
12 months ago |
alfadur |
grow network buffer periodically
|
changeset |
files
|
12 months ago |
alfadur |
fix protocol recovery
|
changeset |
files
|
12 months ago |
nemo |
merge the kick notice suppression
|
changeset |
files
|
12 months ago |
nemo |
merge the lobby suppression
|
changeset |
files
|
12 months ago |
nemo |
suppress this message too.
1.0.0
|
changeset |
files
|