John Alanbrook
|
cff5483325
|
proper saving
|
2023-10-10 22:37:58 +00:00 |
|
John Alanbrook
|
661d29a01c
|
level saving
|
2023-10-09 23:10:10 +00:00 |
|
John Alanbrook
|
5db00e9019
|
repl tab completion; rgb text coloring
|
2023-10-09 18:03:12 +00:00 |
|
John Alanbrook
|
272719736c
|
easier saving
|
2023-10-05 22:30:17 +00:00 |
|
John Alanbrook
|
8c69dfd71f
|
font caret underlining; repl line editing
|
2023-10-05 13:02:12 +00:00 |
|
John Alanbrook
|
5578b0f7e4
|
ur reworking; mum improvements
|
2023-10-04 22:57:37 +00:00 |
|
John Alanbrook
|
e02054bd10
|
Mum gui init
|
2023-10-04 13:18:09 +00:00 |
|
John Alanbrook
|
2b402d7a2d
|
removed nuke; restored quickjs due to mem leaks
|
2023-10-03 22:16:38 +00:00 |
|
John Alanbrook
|
ac91e0742a
|
level object saving; transform and physics objects
|
2023-10-02 12:58:17 +00:00 |
|
John Alanbrook
|
7984c90140
|
remove ur from components
|
2023-09-27 14:37:20 +00:00 |
|
John Alanbrook
|
1143b9b3dc
|
circle and sprites work with saves
|
2023-09-26 22:07:51 +00:00 |
|
John Alanbrook
|
0256f4cd15
|
add gif for animations; unique anim types
|
2023-09-24 16:26:44 +00:00 |
|
John Alanbrook
|
174a9ed586
|
Fix Object.merge; add many color palettes, normalize color fns
|
2023-09-23 17:35:02 +00:00 |
|
John Alanbrook
|
a8eb444991
|
add object merging
|
2023-09-22 00:51:38 +00:00 |
|
John Alanbrook
|
14d743e704
|
added colors; repl works
|
2023-09-21 17:50:39 +00:00 |
|
John Alanbrook
|
f6d491b142
|
tojson for ur and entity separation
|
2023-09-20 18:33:11 +00:00 |
|
John Alanbrook
|
31331af57d
|
merge made functions into original prototype
|
2023-09-20 13:11:14 +00:00 |
|
John Alanbrook
|
a57aaeb5d5
|
Windows now compiles with directx; separated out ur and entity methods
|
2023-09-19 17:35:12 +00:00 |
|
John Alanbrook
|
60d078321c
|
Fix Linux and Windows build issues; texture looks in CDBs first
|
2023-09-18 15:45:51 +00:00 |
|
John Alanbrook
|
c9c05d931d
|
JSO compiler; packer; update CDB to 0.80; assets now packed into binary
|
2023-09-18 12:36:07 +00:00 |
|
John Alanbrook
|
97483d4ce5
|
Add touchpad controls to editor; move dup to entity after spawned
|
2023-09-16 03:40:19 +00:00 |
|
John Alanbrook
|
d86133a317
|
Compiles on MacOS; use sokol shader converter for shader x-compilation; update sokol
|
2023-09-15 08:37:07 +00:00 |
|
John Alanbrook
|
e392f65485
|
Vastly simplified entity stringifying and diffing
|
2023-09-14 22:37:04 +00:00 |
|
John Alanbrook
|
681fb27ae4
|
Removed global scope static variables; ad-hoc way so timers can function in app or timescaled mode
|
2023-09-13 12:31:00 +00:00 |
|
John Alanbrook
|
94c2a3c143
|
JS globbing; remove glob b/c windows; pregame script hooks
|
2023-09-13 06:08:32 +00:00 |
|
John Alanbrook
|
009609458b
|
Add compile flags to remove bits of engine; sokol_gfx_ext works on windows; remove glad/gl
|
2023-09-13 04:32:14 +00:00 |
|
John Alanbrook
|
e6ef147c40
|
Editor camera zoom and pan; fix mouse input signals; tex editor to own file; fix grid drawing
|
2023-09-12 22:19:46 +00:00 |
|
John Alanbrook
|
ef95b233e2
|
gif creation time limit; stretch or scale option
|
2023-09-12 17:45:54 +00:00 |
|
John Alanbrook
|
0763783284
|
Gif making controllable from script
|
2023-09-12 12:56:40 +00:00 |
|
John Alanbrook
|
1ac0c7693d
|
GPU gif creation
|
2023-09-12 05:02:57 +00:00 |
|
John Alanbrook
|
6b73624c12
|
Extremely slow gif rendering
|
2023-09-11 20:07:36 +00:00 |
|
John Alanbrook
|
35c0337837
|
proper CPU timing; ur type extensions
|
2023-09-11 07:46:12 +00:00 |
|
John Alanbrook
|
a4111b01a5
|
Prototype duplication fixes; split out engine.js into multiple components
|
2023-09-07 21:46:35 +00:00 |
|
John Alanbrook
|
acecf2fde9
|
Fix grid drawing; add energy efficient editing; add input down detection
|
2023-09-06 22:48:08 +00:00 |
|
John Alanbrook
|
7ddf807efd
|
Command line arguments, err messages, help; remove Proxy functions from JS
|
2023-09-05 22:09:25 +00:00 |
|
John Alanbrook
|
4d577dadb7
|
Constrained nuklear.h to nuke.c
|
2023-09-05 14:38:52 +00:00 |
|
John Alanbrook
|
008458c7f1
|
Add Sqlite packing; merge render and openglrender; remove ftw from web builds
|
2023-09-04 14:48:44 +00:00 |
|
John Alanbrook
|
f41f547f63
|
Clang warning fixes; remove unneeded nuklear files; remove assumed window size
|
2023-09-04 06:20:55 +00:00 |
|
John Alanbrook
|
1b1d080528
|
Compilation targets of WIN, WEB, and LINUX; ftw to nftw for emscripten [2deca9ddb9]
|
2023-08-31 22:23:24 +00:00 |
|
John Alanbrook
|
a58da54994
|
Remove engine file; add icon support; add QOI and QOA support
|
2023-08-31 18:00:33 +00:00 |
|
John Alanbrook
|
53ceb9bbf7
|
Merge sokol app; fix basic input
|
2023-08-31 08:10:30 +00:00 |
|
John Alanbrook
|
6e4e529541
|
Clean up window and input, integrate sokol [2deca9ddb9]
|
2023-08-31 07:05:06 +00:00 |
|
John Alanbrook
|
f5f5c16f56
|
flac, mp3, wav playing
|
2023-08-30 23:22:32 +00:00 |
|
John Alanbrook
|
6dbfb2afd3
|
corrected level fn registering; initial move to sokol_audio w/ 32bit float sound [57d84de51f509035]
|
2023-08-29 22:11:36 +00:00 |
|
John Alanbrook
|
a3c6292eb2
|
Add script compile; level load eval environments
|
2023-08-29 14:41:40 +00:00 |
|
John Alanbrook
|
9dc04f6ce7
|
Rework Register and Player objects to remove some global functions
|
2023-08-28 22:00:53 +00:00 |
|
John Alanbrook
|
eab7cd0976
|
d
|
2023-08-17 01:17:18 +00:00 |
|
John Alanbrook
|
c81c0f22f2
|
upstairs
|
2023-06-28 16:35:41 +00:00 |
|
John Alanbrook
|
09b1d46986
|
pinball
|
2023-06-08 22:27:37 +00:00 |
|
John Alanbrook
|
6a1a06be76
|
texture scrolling
|
2023-06-06 20:49:55 +00:00 |
|