John Alanbrook
|
33ac36ae5c
|
Fix render bug
|
2024-04-10 16:21:46 -05:00 |
|
John Alanbrook
|
9106ebcc48
|
Fixed sound effects; fix invisible chars
|
2024-04-05 23:03:10 -05:00 |
|
John Alanbrook
|
32268fc25d
|
editor fix
|
2024-04-03 17:17:32 -05:00 |
|
John Alanbrook
|
3f73a808d8
|
Fix animations from not deleting gameobjects
|
2024-04-02 07:41:46 -05:00 |
|
John Alanbrook
|
3b9a932c85
|
Add back in ai and tween, and fix
|
2024-04-01 08:13:57 -05:00 |
|
John Alanbrook
|
59ad64bbba
|
Replace tinycdb with miniz; remove unnecessary files; use sokol_main
|
2024-03-28 17:40:14 -05:00 |
|
John Alanbrook
|
845fc5d4b8
|
Clean up render; fix delay kills
|
2024-03-22 09:02:10 -05:00 |
|
John Alanbrook
|
1540da8392
|
Move texture caching/handling to javascript
|
2024-03-21 21:07:24 -05:00 |
|
John Alanbrook
|
f5d610cbed
|
'use' now how to load extra programs; cached
|
2024-03-21 11:33:36 -05:00 |
|
John Alanbrook
|
d3db5ca61e
|
unseparated body from gameobject; now 'entity'
|
2024-03-20 16:07:23 -05:00 |
|
John Alanbrook
|
9730f8defb
|
--amend
|
2024-03-19 09:06:28 -05:00 |
|
John Alanbrook
|
261b373a75
|
refactor jsffi
|
2024-03-18 12:38:32 -05:00 |
|
John Alanbrook
|
088dd4d4fd
|
Move main process into javascript
|
2024-03-15 13:04:56 -05:00 |
|
John Alanbrook
|
32b0cc7377
|
quickjs log to its own file; cleanup script.c
|
2024-03-15 10:51:04 -05:00 |
|
John Alanbrook
|
bad225b965
|
add dump option for qjs, clean up makefile
|
2024-03-14 16:48:05 -05:00 |
|
John Alanbrook
|
188fe7526c
|
Move console and time to c; consoleout and colors
|
2024-03-14 14:10:06 -05:00 |
|
John Alanbrook
|
f0876825f1
|
Significantly improved logging
|
2024-03-14 09:34:42 -05:00 |
|
John Alanbrook
|
962fed0022
|
Push window functions into C
|
2024-03-13 16:30:55 -05:00 |
|
John Alanbrook
|
3e8bbdbeb2
|
Add touch events, clipboard, virtual keyboard
|
2024-03-12 10:02:02 -05:00 |
|
John Alanbrook
|
4843981527
|
Move input handling to script only
|
2024-03-11 22:23:02 -05:00 |
|
John Alanbrook
|
74a59a1e35
|
Clean up quitting before sokol app is initiated
|
2024-03-11 15:11:39 -05:00 |
|
John Alanbrook
|
1471966cd2
|
Preparing for github
|
2024-03-05 23:14:26 -06:00 |
|
John Alanbrook
|
6b3cea4ca5
|
utilize sokol_fetch for game.cdb fetching on load
|
2024-03-04 11:15:55 -06:00 |
|
John Alanbrook
|
0054c7ab2e
|
cdb command line options; packing and playing game; add stb_vorbis
|
2024-03-02 06:00:35 +00:00 |
|
John Alanbrook
|
de74b42be2
|
Add 'use' functionality; remove most global vars
|
2024-02-27 16:09:15 +00:00 |
|
John Alanbrook
|
4351b4bf20
|
Update what's in global scope
|
2024-02-25 23:31:48 +00:00 |
|
John Alanbrook
|
9c8fe27ce4
|
Command line overhaul
|
2024-02-23 22:05:30 +00:00 |
|
John Alanbrook
|
46b86a8e92
|
nota
|
2024-01-23 16:56:34 +00:00 |
|
John Alanbrook
|
f330082b8b
|
nota floating point
|
2024-01-16 18:49:16 +00:00 |
|
John Alanbrook
|
145d5391a0
|
nota quickjs
|
2024-01-16 13:29:27 +00:00 |
|
John Alanbrook
|
03b7b77b5a
|
update quickjs; nota, kim
|
2024-01-14 18:56:52 +00:00 |
|
John Alanbrook
|
913c74db96
|
fix collisions
|
2024-01-03 23:19:13 +00:00 |
|
John Alanbrook
|
7dfd8e6f9a
|
parallel particles
|
2024-01-03 18:29:27 +00:00 |
|
John Alanbrook
|
4a4711e38f
|
particle fix
|
2024-01-03 14:38:17 +00:00 |
|
John Alanbrook
|
dbf4b668bb
|
simplex, particles
|
2024-01-02 13:55:22 +00:00 |
|
John Alanbrook
|
1d776855be
|
particle component
|
2024-01-01 23:30:42 +00:00 |
|
John Alanbrook
|
2983e9f3c6
|
tween functions
|
2024-01-01 13:44:43 +00:00 |
|
John Alanbrook
|
6aa44042d7
|
particles, sprite animation
|
2023-12-30 01:08:53 +00:00 |
|
John Alanbrook
|
c4b2b23941
|
add tween; fix collision js ref bug
|
2023-12-28 13:57:22 +00:00 |
|
John Alanbrook
|
2f086947b9
|
scaling
|
2023-12-24 15:14:46 +00:00 |
|
John Alanbrook
|
606dfbea93
|
bug fixing
|
2023-12-22 13:14:44 +00:00 |
|
John Alanbrook
|
2ae45a5bb8
|
many bug fixes; const correctness; restrict; memory leaks fixed
|
2023-12-21 23:21:01 +00:00 |
|
John Alanbrook
|
a03143463e
|
spline fixes
|
2023-12-20 23:20:29 +00:00 |
|
John Alanbrook
|
a8ee53ec33
|
drag n drop editor images
|
2023-12-20 15:19:04 +00:00 |
|
John Alanbrook
|
a1aff79d5c
|
bug fixes; remove texture anims
|
2023-12-18 23:12:05 +00:00 |
|
John Alanbrook
|
2083fb6e9e
|
Fix rotate, scale, move
|
2023-12-12 14:46:27 +00:00 |
|
John Alanbrook
|
9fb36f5df3
|
spline
|
2023-12-11 14:36:45 +00:00 |
|
John Alanbrook
|
cb0fa34743
|
catmull-rom spline custom
|
2023-12-04 19:38:37 +00:00 |
|
John Alanbrook
|
6b28e60e3a
|
scene graph
|
2023-11-30 16:47:59 +00:00 |
|
John Alanbrook
|
03fb016fbc
|
actor delay
|
2023-11-29 23:31:41 +00:00 |
|