-
- Downloads
There was a problem fetching the pipeline summary.
many new mapscript algorithms. rooms fully supported, including vaults and lua...
many new mapscript algorithms. rooms fully supported, including vaults and lua coded rooms. minimum spanning tree algorithm available to connect rooms (or whatever)
parent
ad92e20a
No related branches found
No related tags found
Pipeline #
Showing
- game/engines/default/engine/generator/map/MapScript.lua 13 additions, 4 deletionsgame/engines/default/engine/generator/map/MapScript.lua
- game/engines/default/engine/tilemaps/Rooms.lua 10 additions, 3 deletionsgame/engines/default/engine/tilemaps/Rooms.lua
- game/engines/default/engine/tilemaps/Tilemap.lua 118 additions, 24 deletionsgame/engines/default/engine/tilemaps/Tilemap.lua
- game/engines/default/engine/utils.lua 9 additions, 0 deletionsgame/engines/default/engine/utils.lua
- game/modules/tome/data/mapscripts/lib/connect_rooms_linear.lua 41 additions, 0 deletions...modules/tome/data/mapscripts/lib/connect_rooms_linear.lua
- game/modules/tome/data/mapscripts/lib/connect_rooms_multi.lua 100 additions, 0 deletions.../modules/tome/data/mapscripts/lib/connect_rooms_multi.lua
- game/modules/tome/data/zones/test/mapscripts/inner_outer.lua 1 addition, 1 deletiongame/modules/tome/data/zones/test/mapscripts/inner_outer.lua
- game/modules/tome/data/zones/test/mapscripts/testroom2.lua 23 additions, 25 deletionsgame/modules/tome/data/zones/test/mapscripts/testroom2.lua
- game/modules/tome/dialogs/ShowMap.lua 1 addition, 1 deletiongame/modules/tome/dialogs/ShowMap.lua
- game/thirdparty/algorithms/LICENSE 21 additions, 0 deletionsgame/thirdparty/algorithms/LICENSE
- game/thirdparty/algorithms/binarysearch.lua 31 additions, 0 deletionsgame/thirdparty/algorithms/binarysearch.lua
- game/thirdparty/algorithms/data/hashmap.lua 119 additions, 0 deletionsgame/thirdparty/algorithms/data/hashmap.lua
- game/thirdparty/algorithms/data/hashset.lua 103 additions, 0 deletionsgame/thirdparty/algorithms/data/hashset.lua
- game/thirdparty/algorithms/data/list.lua 145 additions, 0 deletionsgame/thirdparty/algorithms/data/list.lua
- game/thirdparty/algorithms/data/maxpq.lua 109 additions, 0 deletionsgame/thirdparty/algorithms/data/maxpq.lua
- game/thirdparty/algorithms/data/minpq.lua 109 additions, 0 deletionsgame/thirdparty/algorithms/data/minpq.lua
- game/thirdparty/algorithms/data/queue.lua 161 additions, 0 deletionsgame/thirdparty/algorithms/data/queue.lua
- game/thirdparty/algorithms/data/redblacktree.lua 250 additions, 0 deletionsgame/thirdparty/algorithms/data/redblacktree.lua
- game/thirdparty/algorithms/data/stack.lua 143 additions, 0 deletionsgame/thirdparty/algorithms/data/stack.lua
- game/thirdparty/algorithms/shuffling.lua 27 additions, 0 deletionsgame/thirdparty/algorithms/shuffling.lua
Loading
Please register or sign in to comment