Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · master
ren
Browse files
Oct 13, 2021
feat/fog: use SpriteBatch for fog instead
· e0d2c3e7
Eric
authored
Oct 13, 2021
e0d2c3e7
feat/Tile: allow a cache value to be pass in for getTilesAround
· a67a552a
Eric
authored
Oct 13, 2021
a67a552a
Oct 11, 2021
feat/core: ActionSystem now emit EntityTakignAction before the action is performed
· 686e43ae
Eric
authored
Oct 12, 2021
686e43ae
feat/mapgen: update RoomScan to allow startX/Y endX/Y to be specific to limit the region to scan
· 7adcd125
Eric
authored
Oct 12, 2021
7adcd125
Sep 30, 2021
lint: update lint
· ce785616
Eric
authored
Sep 30, 2021
ce785616
feat/FactionComponent: update Faction to enum abstract
· a770bc34
Eric
authored
Sep 30, 2021
a770bc34
Sep 22, 2021
refactor/TBRenderSystem: expose alignEntity method
· 8b1e1926
Eric
authored
Sep 22, 2021
8b1e1926
Sep 20, 2021
refactor/Tile: rename defaultLightLevel -> baseLightLevel
· c58ea250
Eric
authored
Sep 20, 2021
c58ea250
refactor/TUTurnSystem: fix a bug in TUTurnSystem + refactoring
· 078c726e
Eric
authored
Sep 20, 2021
078c726e
feat/docs: add docs
· 10396f8c
Eric
authored
Sep 20, 2021
10396f8c
Sep 12, 2021
feat/messages: emit EntityMoved when entity is destroyed
· 0e91bb86
Eric
authored
Sep 12, 2021
0e91bb86
Sep 10, 2021
fix/MapgenRegions: fix toString causing recursion error on js
· f80e282a
Eric
authored
Sep 10, 2021
f80e282a
Sep 07, 2021
refactor/WindowRenderSystem: merge WindowManagementSystem -> WindowRenderSystem
· f4949a80
Eric
authored
Sep 07, 2021
f4949a80
feat/WindowManagementSystem: add onClose function
· 57136ee5
Eric
authored
Sep 07, 2021
57136ee5
Sep 02, 2021
feat/mapgen: add CountCell debug process
· 7eaeb8ee
Eric
authored
Sep 02, 2021
7eaeb8ee
Aug 31, 2021
refactor/RenderComponent: remove RenderComponent
· d16097dc
Eric
authored
Aug 31, 2021
d16097dc
feat/Reset: add flip Probability to Reset
· a87d0512
Eric
authored
Aug 31, 2021
a87d0512
feat/mapgen: add MetadataRemove
· c9a5bf2f
Eric
authored
Aug 31, 2021
c9a5bf2f
feat/PlaceRoom: allow rooms to be placed using points instead
· e1364078
Eric
authored
Aug 31, 2021
e1364078
feat/StraightLineTunnel: add maxTurnDelay
· 44159873
Eric
authored
Aug 31, 2021
44159873
Aug 26, 2021
feat/CellScan: add scanAllFindSymbols
· dae726d9
Eric
authored
Aug 26, 2021
dae726d9
feat/PlaceRoomFromPoint: allow room size to be fixed
· 49c64ebb
Eric
authored
Aug 26, 2021
49c64ebb
fix/MapgenPipeline: ensure pipeline properly exits when map errored out
· 80254bc6
Eric
authored
Aug 26, 2021
80254bc6
Aug 23, 2021
feat/mapgen: add new PathFinding Process
· db3bc02b
Eric
authored
Aug 23, 2021
db3bc02b
feat/mapgen/Utils: add tunnelUntilSymbols
· 013f93bb
Eric
authored
Aug 23, 2021
013f93bb
feat/SymbolReplacer: allow subset of points to be replaced
· 0f6d64dd
Eric
authored
Aug 23, 2021
0f6d64dd
feat/SubPipeline: add repeat make method
· dc1d2c42
Eric
authored
Aug 23, 2021
dc1d2c42
feat/mapgen: add PlaceRoomFromPoint mapgen
· f5b0d99e
Eric
authored
Aug 22, 2021
f5b0d99e
Aug 22, 2021
feat/Utils: add getValidRoomsFromPoint to Utils
· 983c8315
Eric
authored
Aug 22, 2021
983c8315
Aug 20, 2021
refactor/RoomScan: refactor RoomScan to use Utils function
· 5b54d1ab
Eric
authored
Aug 20, 2021
5b54d1ab
fix/CellScan: fix scanAll not static
· 92fa3e5c
Eric
authored
Aug 20, 2021
92fa3e5c
fix/RoomTunneler: fix room tunneler borderSize not used when checking placement condition
· cd14ea3d
Eric
authored
Aug 20, 2021
cd14ea3d
feat/Utils: add new functionalities to ren.mapgen.Utils and add tests
· 1af3cbc3
Eric
authored
Aug 20, 2021
1af3cbc3
Aug 19, 2021
doc/RandomRoomPlacement: update docs
· 1183eaeb
Eric
authored
Aug 20, 2021
1183eaeb
feat/mapgen: add a mapgen Utils
· 64c65eac
Eric
authored
Aug 20, 2021
64c65eac
fix/StraightLineTunneler: fix deviation not handled properly
· 678280b3
Eric
authored
Aug 20, 2021
678280b3
rename: RandomTunneler -> RoomTunneler
· 05496d93
Eric
authored
Aug 19, 2021
05496d93
feat/RandomTunneler: add new functionality to RandomTunneler
· 51eccece
Eric
authored
Aug 19, 2021
51eccece
feat/CellScan: upgrade CellScan to add scanMode and scanArea
· 7760cf4f
Eric
authored
Aug 19, 2021
7760cf4f
feat/StraightLineTunneler: add tunnel start size to StraightLineTunneler
· b6cc22e6
Eric
authored
Aug 19, 2021
b6cc22e6
Loading