justin
|
05d081497d
|
Implement slowed down aim turning
|
2023-01-08 11:10:42 +00:00 |
|
justin
|
85738adff1
|
Cleanup
|
2022-12-27 14:14:03 +00:00 |
|
justin
|
6e18c498af
|
Fix selection in combine menu
|
2022-12-26 09:34:23 +00:00 |
|
justin
|
219379393e
|
Remove a lot of IO/maybe cruft
|
2022-10-30 16:11:30 +00:00 |
|
justin
|
68c2a78f43
|
Refactor initialising functions
|
2022-10-28 14:51:38 +01:00 |
|
justin
|
7e790b7153
|
Add in "linear" lWorld to separate time reversable worlds
|
2022-10-28 12:24:51 +01:00 |
|
justin
|
c74d3b04bf
|
Work on saving/loading concurrently
|
2022-08-18 10:05:24 +01:00 |
|
justin
|
82aedc3830
|
Make all items have an id an associated location
|
2022-08-01 23:50:26 +01:00 |
|
justin
|
160560af5f
|
Refactor, try to limit dependencies
|
2022-07-28 00:59:56 +01:00 |
|
justin
|
b2efbd2b3e
|
Separate out concrete part of world
|
2022-07-25 12:10:50 +01:00 |
|
justin
|
7fdb70dd1c
|
Work towards making world read/showable
|
2022-07-22 11:16:12 +01:00 |
|
justin
|
e4a4766ddf
|
Add sounds, move data types out into separate folders
|
2022-07-16 17:06:51 +01:00 |
|
justin
|
35a1eb9732
|
Cleanup
|
2022-07-13 22:22:24 +01:00 |
|
justin
|
33d94bd05a
|
Move toward data-ifying item SPics
|
2022-07-11 11:32:25 +01:00 |
|
justin
|
fb66a45495
|
Work on connecting pathfinding grid
|
2022-07-09 12:36:17 +01:00 |
|
justin
|
f57bcebb7a
|
Improve terminal parsing
|
2022-07-08 23:14:07 +01:00 |
|
justin
|
ce533c22cb
|
Add lasCircle
|
2022-07-08 22:14:44 +01:00 |
|
justin
|
53c8be0679
|
Continue reload refactor
|
2022-06-21 14:07:17 +01:00 |
|
justin
|
08e5df07e2
|
Allow for door destruction
|
2022-06-19 20:50:03 +01:00 |
|
justin
|
df1f3ad6b0
|
Split Dodge.Base
|
2022-06-19 11:34:59 +01:00 |
|
justin
|
6cc29813d8
|
Allow creation of items via typed command
|
2022-06-19 11:04:16 +01:00 |
|
justin
|
5053590792
|
Reify debug booleans
|
2022-06-17 21:34:00 +01:00 |
|
justin
|
0c5eeb405f
|
Add unsafe blink gun
|
2022-06-03 10:18:47 +01:00 |
|
justin
|
2cedc1b968
|
Move towards inputs in terminal
|
2022-06-01 14:34:16 +01:00 |
|
justin
|
60fc2d44e8
|
Unify and cleanup radars
|
2022-05-27 11:35:26 +01:00 |
|
justin
|
b4ec4019db
|
Commit before changes to creature inventory update
|
2022-05-24 20:28:57 +01:00 |
|
justin
|
ac74ae0ed1
|
Simplify creature update
|
2022-04-07 19:40:12 +01:00 |
|
justin
|
5a579951c8
|
Improve tesla weapon path
|
2022-03-23 09:48:32 +00:00 |
|
justin
|
51cc04799d
|
Add analysing machine
|
2022-03-21 09:14:32 +00:00 |
|
justin
|
988a0de578
|
Cleanup console input slightly
|
2022-03-20 19:41:40 +00:00 |
|
justin
|
ff93d1d041
|
Rename help text-> footer text, rename tractor param
|
2022-03-20 18:13:34 +00:00 |
|
justin
|
d19bd5c327
|
Merge in terminal changes
|
2022-03-20 17:23:27 +00:00 |
|
justin
|
5e897c6a6c
|
Commit towards merge
|
2022-03-20 17:18:12 +00:00 |
|
justin
|
e811e67ff9
|
Add bounds to door rooms, tweak mounted lights
|
2022-03-20 08:23:18 +00:00 |
|
justin
|
6cd59d99bc
|
Cleanup
|
2021-12-11 22:08:43 +00:00 |
|
justin
|
7116129a37
|
Cleanup
|
2021-12-11 19:44:48 +00:00 |
|
justin
|
3c35a04531
|
Cleanup, trying to diagnose space leak in crit update
|
2021-12-09 22:12:44 +00:00 |
|
justin
|
bd94044445
|
Move towards a simplified creature update
|
2021-12-09 18:16:31 +00:00 |
|
justin
|
1a053421ef
|
Add terminal GODON command
|
2021-12-09 17:12:32 +00:00 |
|
justin
|
b41e3e3637
|
Allow for stacking of items and combining sensibly
|
2021-12-03 17:18:06 +00:00 |
|
justin
|
b9e4a80a46
|
Tweak inventory management
|
2021-12-01 01:55:20 +00:00 |
|
justin
|
8c5777a1af
|
Move configuration from world to universe
|
2021-11-28 22:30:47 +00:00 |
|
justin
|
3e64e33232
|
Fix blinking bug, shrinker and shield broken
|
2021-11-28 00:34:16 +00:00 |
|
justin
|
a546d070f0
|
Add shrinkability and cursed items
|
2021-11-18 18:30:22 +00:00 |
|
justin
|
ebe9ad6b90
|
Cleanup: broken pathfinding
|
2021-11-16 18:05:47 +00:00 |
|
justin
|
7da1a8bc45
|
Move debug flags to config, various perf improvements
|
2021-09-24 13:25:24 +01:00 |
|
justin
|
b337fbdab9
|
Add basic prompt
|
2021-05-23 16:24:11 +02:00 |
|