• Right behind you
  • Joined on 2021-10-20
TakeV pushed to main at TakeV/lisp-game-jam 2024-05-28 06:30:37 +00:00
e494c7a013 Fix watch-build
bcb3093242 Add tests for systems
a5ce22cbd3 Refactor logging module
dada7bd7c4 Add component unit tests
68ff2a673c Add blank system tests template
Compare 5 commits »
TakeV pushed to main at TakeV/lisp-game-jam 2024-05-27 06:24:55 +00:00
fb6d787aff Update make check
4fdedc5b0a Make entity-manager actually remove deleted entities from next-gen
c9ae9d9598 Fix bug with adding an entity to entity-manager
Compare 3 commits »
TakeV pushed to main at TakeV/lisp-game-jam 2024-05-27 05:16:59 +00:00
9d4c126bfc Test and fix entity-map:update-entitites!
e0ddac4e75 Handle issue where entity-map:update-entity! would try setting an invalid entity
3729fcac49 Fix bug with setting an entity in entity-map
bc2e3064d9 Allow entity-map:get-entity to accept a default value if none is found
43b3681b70 Make pprint! return the input
Compare 7 commits »
TakeV pushed to main at TakeV/lisp-game-jam 2024-05-27 02:10:39 +00:00
f4d7db2afc Fully test ihashtable
d253ffd302 Fix bug with providing an assoc-list to ihashtable
Compare 2 commits »
TakeV pushed to main at TakeV/lisp-game-jam 2024-05-26 23:00:44 +00:00
463868124c Only watch important folders for test watcher
a60d062335 Add entity tests
7238a4b33b Add test task for make
58cd4972af Add compilation for external-lib folder
Compare 4 commits »
TakeV created branch add-tests in TakeV/lisp-game-jam 2024-05-26 22:59:51 +00:00
TakeV pushed to add-tests at TakeV/lisp-game-jam 2024-05-26 22:59:51 +00:00
463868124c Only watch important folders for test watcher
a60d062335 Add entity tests
7238a4b33b Add test task for make
58cd4972af Add compilation for external-lib folder
Compare 4 commits »
TakeV pushed to main at TakeV/lisp-game-jam 2024-05-26 21:31:55 +00:00
b4fb5e8730 Add pretty printer for logging
TakeV pushed to main at TakeV/lisp-game-jam 2024-05-26 21:10:31 +00:00
607c78d2af Add pretty printer for logging
TakeV pushed to main at TakeV/lisp-game-jam 2024-05-26 17:14:47 +00:00
d36ceb989d Remove extra system manager code for thunk system
TakeV pushed to main at TakeV/lisp-game-jam 2024-05-26 17:11:19 +00:00
56f4d051a3 Simplify the way systems work
d2f3b39bff I dunno anymore
Compare 2 commits »
TakeV pushed to main at TakeV/lisp-game-jam 2024-05-26 04:30:23 +00:00
0306d65895 Add error checking
7c63afa5b2 Disable global logging
580f106a2c Fix system initialization
ee55ec59b5 Fix system manager creation
9eb5be1663 Add error logging to system-manager
Compare 5 commits »
TakeV pushed to main at TakeV/lisp-game-jam 2024-05-26 03:10:26 +00:00
1ff5a8e94e Working entity-manager setup
TakeV pushed to main at TakeV/lisp-game-jam 2024-05-26 02:03:17 +00:00
86af891b0c Update media-library logging and return value
4fcc130c9c Fix game images alist
7888601c1e Bootstrap entity-manager/system-manager so we can use the initial list
537e8cdf23 Fix entity maps being wrong
Compare 4 commits »
TakeV pushed to main at TakeV/lisp-game-jam 2024-05-25 21:52:56 +00:00
355f41a2cc Hook up game and game-manager
TakeV pushed to main at TakeV/lisp-game-jam 2024-05-25 21:48:21 +00:00
098b64dfc2 Hook up media-library system
TakeV pushed to main at TakeV/lisp-game-jam 2024-05-25 21:15:39 +00:00
3b49d8da2f IT COMPILES AGAIN!
TakeV pushed to main at TakeV/lisp-game-jam 2024-05-25 08:58:09 +00:00
488c136cc0 Pass context to game-manager
TakeV pushed to main at TakeV/lisp-game-jam 2024-05-25 08:47:41 +00:00
72908f7c1a Fix parameters passed to draw-image in html-canvas-renderer
TakeV pushed to main at TakeV/lisp-game-jam 2024-05-25 08:38:04 +00:00
c19d67de6c Add missing imports to game-manager