justin
|
301946ff8f
|
Move bullets into own data type
|
2022-07-16 21:15:25 +01:00 |
|
justin
|
22adcb89e0
|
Cleanup
|
2022-07-16 18:07:43 +01:00 |
|
justin
|
791d065eff
|
Fix explosion damage
|
2022-07-11 20:26:19 +01:00 |
|
justin
|
646942d20c
|
Move flares into own grouping
|
2022-07-10 13:12:17 +01:00 |
|
justin
|
ce5b596d4f
|
Move radar blips into own grouping
|
2022-07-10 11:52:51 +01:00 |
|
justin
|
fb66a45495
|
Work on connecting pathfinding grid
|
2022-07-09 12:36:17 +01:00 |
|
justin
|
1e32b05406
|
Commit before attempting to stream worldSPic more effectively
|
2022-07-04 11:04:09 +01:00 |
|
justin
|
46bc135e69
|
Implement (partially) updating pathing grid when opening doors
|
2022-07-02 21:39:33 +01:00 |
|
justin
|
3952ec6315
|
Store paths crossing block walls in block
|
2022-07-02 15:31:27 +01:00 |
|
justin
|
8dc7682327
|
Readd some debug drawing (debugDraw itself still commented out)
|
2022-07-02 11:59:05 +01:00 |
|
justin
|
9e9c449fe6
|
Redo more complex selection positions--results in slowdown
|
2022-07-01 16:23:05 +01:00 |
|
justin
|
4b8155ae16
|
Commit before moving button press events from events into your control
|
2022-06-29 12:12:45 +01:00 |
|
justin
|
5501d6f9b5
|
Move streaming data into its own file
|
2022-06-29 08:05:20 +01:00 |
|
justin
|
b1a7e1bf35
|
Make zoning more universal
|
2022-06-28 19:04:31 +01:00 |
|
justin
|
4965934502
|
Commit before complicating zoning
|
2022-06-28 14:35:49 +01:00 |
|
justin
|
8b72df2772
|
Change poke to use folding rather than store incremental ints in vector
|
2022-06-27 15:33:24 +01:00 |
|
justin
|
fec72cdf48
|
Abstract out block placement
|
2022-06-27 13:38:46 +01:00 |
|
justin
|
90af97ee22
|
Fix wall zoning
|
2022-06-27 09:56:54 +01:00 |
|
justin
|
6c571d1878
|
More cleverly set maximum view distance for rectangular window sizes
|
2022-06-26 11:30:02 +01:00 |
|
justin
|
4eaa31bf32
|
Cleanup
|
2022-06-25 21:45:17 +01:00 |
|
justin
|
dd0afc6166
|
Add options page scrolling
|
2022-06-25 09:28:45 +01:00 |
|
justin
|
56b9b2dd9e
|
Move towards drawing shapes according to location
|
2022-06-23 14:53:08 +01:00 |
|
justin
|
698ccb414d
|
Record whether a mouse click is continued or not
|
2022-06-22 17:02:57 +01:00 |
|
justin
|
a7e6d6f3cc
|
Move wall damages to external position
|
2022-06-19 15:05:12 +01:00 |
|
justin
|
261bb0bb6b
|
Test aggressive object culling
|
2022-06-17 20:14:47 +01:00 |
|
justin
|
8e73203db3
|
Improve scope zooming
|
2022-06-05 00:19:44 +01:00 |
|
justin
|
991aa17b33
|
Smooth camera movement when aiming, breaks sniper scope
|
2022-06-04 22:06:19 +01:00 |
|
justin
|
5f5b1dd422
|
Move towards adding corpses
|
2022-06-04 12:42:18 +01:00 |
|
justin
|
60f75fb133
|
Add delay before game over
|
2022-06-03 10:45:20 +01:00 |
|
justin
|
35cd213bcf
|
Move GenWorld fields into World
|
2022-06-02 18:48:20 +01:00 |
|
justin
|
66d098cfef
|
Move towards scrapping separate GenWorld, merging into World
|
2022-06-02 18:17:38 +01:00 |
|
justin
|
98cb8f2264
|
Cleanup
|
2022-06-02 09:29:44 +01:00 |
|
justin
|
0da298bde9
|
Work on terminals: allow scrolling to get default inputs
|
2022-06-01 22:22:46 +01:00 |
|
justin
|
7f55ba117f
|
Allow for selection of equipment position
|
2022-05-24 14:03:18 +01:00 |
|
justin
|
dcd3fdf563
|
Add hammer for left click items when holding down right click
|
2022-05-23 14:04:10 +01:00 |
|
justin
|
fa8d8b5899
|
Assorted changes, cleanup menu selection text
|
2022-04-25 23:27:39 +01:00 |
|
justin
|
de8da05bdf
|
Add intersecting beams
|
2022-04-06 11:40:22 +01:00 |
|
justin
|
774738f993
|
Add key card item lock/key system
|
2022-03-22 14:33:54 +00:00 |
|
justin
|
d6285c45b3
|
Fix bug determining max radius of convex polys, fixes bugs in room positioning
|
2022-03-21 07:43:27 +00:00 |
|
justin
|
f16f32d9d3
|
Implement terminals
|
2022-03-14 20:39:23 +00:00 |
|
justin
|
a4ec4e4889
|
Improve rooms, make consumable use type
|
2022-03-09 10:51:01 +00:00 |
|
justin
|
1364e7c8c8
|
Fix laser targeting draw when creature offscreen
|
2022-03-06 22:58:05 +00:00 |
|
justin
|
7afc367abc
|
Add modules to items, upgrades the can persist through combinations
|
2022-02-20 14:13:12 +00:00 |
|
justin
|
3f20398ed0
|
Allow rewinding after combining items
|
2022-02-19 11:04:52 +00:00 |
|
justin
|
9923897fe2
|
Rewinding fixes
|
2022-02-18 11:45:17 +00:00 |
|
justin
|
0a860e6f68
|
Fix aiming with no weapon crash
|
2022-02-08 12:47:58 +00:00 |
|
justin
|
a9139db0a8
|
Move toward adding multiple equipable items that are not directly usable
|
2021-12-08 17:09:24 +00:00 |
|
justin
|
763b771928
|
Cleanup, fix menu lock on restarting level after game over
|
2021-12-06 23:44:10 +00:00 |
|
justin
|
cb670bdfd8
|
Add burst fire, tentative inventory locking
|
2021-12-04 16:05:46 +00:00 |
|
justin
|
8c5777a1af
|
Move configuration from world to universe
|
2021-11-28 22:30:47 +00:00 |
|