John Alanbrook
|
805c9298e6
|
fix input down
|
2024-07-11 16:37:24 -05:00 |
|
John Alanbrook
|
bb5e6b883a
|
rendering improvements
|
2024-07-11 14:25:45 -05:00 |
|
John Alanbrook
|
50386c0e04
|
Merge branch 'master' into imgui
# Conflicts:
# scripts/std.js
# source/engine/jsffi.c
|
2024-07-02 16:21:22 -05:00 |
|
John Alanbrook
|
f7fdae024d
|
remove unneede info logging
|
2024-07-01 10:59:31 -05:00 |
|
John Alanbrook
|
7e851756de
|
fix sprite render
|
2024-06-19 18:52:41 -05:00 |
|
John Alanbrook
|
35deec52ae
|
image generation
|
2024-06-19 11:45:34 -05:00 |
|
John Alanbrook
|
ebfa801560
|
add check to image blit
|
2024-06-18 17:10:24 -05:00 |
|
John Alanbrook
|
2fe4e825aa
|
add thumbnail making
|
2024-06-18 16:14:23 -05:00 |
|
John Alanbrook
|
33fdd97bdd
|
Simplify components in js
|
2024-05-28 13:39:02 -05:00 |
|
John Alanbrook
|
0a318c56e5
|
Overhaul physics-javascript integration
|
2024-05-20 13:50:57 -05:00 |
|
John Alanbrook
|
cadf10b3a9
|
Move rendering functions into prosperon
|
2024-05-15 14:16:05 -05:00 |
|
John Alanbrook
|
22c38fe481
|
Unify pipeline generation
|
2024-05-08 11:07:19 -05:00 |
|
John Alanbrook
|
79e4772f93
|
Separate entity from rigidbody
|
2024-05-02 17:13:09 -05:00 |
|
John Alanbrook
|
5da74796d5
|
Remove sgscale references
|
2024-04-22 08:47:04 -05:00 |
|
John Alanbrook
|
9d93f603f0
|
Sprite rendered in javascript initial
|
2024-04-21 10:05:18 -05:00 |
|
John Alanbrook
|
127569ee03
|
Fix json animation for single animation
|
2024-04-16 12:36:26 -05:00 |
|
John Alanbrook
|
7e04937c8b
|
ld55 fixes
|
2024-04-14 14:53:41 -05:00 |
|
John Alanbrook
|
33ac36ae5c
|
Fix render bug
|
2024-04-10 16:21:46 -05:00 |
|
John Alanbrook
|
53f2addeec
|
Init undefined variables in function definitions
|
2024-04-07 13:16:54 -05:00 |
|
John Alanbrook
|
33d450189c
|
Physics callbacks called without registering
|
2024-04-06 19:41:14 -05:00 |
|
John Alanbrook
|
403771d7f8
|
many fixes to editor
|
2024-04-04 17:28:11 -05:00 |
|
John Alanbrook
|
32268fc25d
|
editor fix
|
2024-04-03 17:17:32 -05:00 |
|
John Alanbrook
|
033b7c5109
|
Add guid; tags; physics point checking
|
2024-04-03 00:44:08 -05:00 |
|
John Alanbrook
|
3f73a808d8
|
Fix animations from not deleting gameobjects
|
2024-04-02 07:41:46 -05:00 |
|
John Alanbrook
|
32333c32ad
|
make more like misty
|
2024-04-01 17:58:29 -05:00 |
|
John Alanbrook
|
3b9a932c85
|
Add back in ai and tween, and fix
|
2024-04-01 08:13:57 -05:00 |
|
John Alanbrook
|
1195e6c73d
|
makefile doesn't rebuild everything on one script change
|
2024-03-29 12:38:14 -05:00 |
|
John Alanbrook
|
fe3250752d
|
Make render path simpler
|
2024-03-27 15:00:59 -05:00 |
|
John Alanbrook
|
204aa19c50
|
Add phys2d raycasting
|
2024-03-26 18:31:20 -05:00 |
|
John Alanbrook
|
459ef00330
|
Fix sprite animation crash; move text/image to render
|
2024-03-26 07:53:36 -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
|
d3db5ca61e
|
unseparated body from gameobject; now 'entity'
|
2024-03-20 16:07:23 -05:00 |
|
John Alanbrook
|
23afa7b266
|
macro compression
|
2024-03-20 14:32:35 -05:00 |
|
John Alanbrook
|
7e6fc1ffbe
|
Moved all component ffi into global objects
|
2024-03-20 09:04:28 -05:00 |
|
John Alanbrook
|
046b7c6f44
|
Made debug object consistent
|
2024-03-19 23:01:31 -05:00 |
|
John Alanbrook
|
18c07e9f82
|
actor delays; fix sound playing
|
2024-03-19 17:00:49 -05:00 |
|
John Alanbrook
|
62a34c1e7c
|
Remove generic cmd from jsffi
|
2024-03-19 14:39:19 -05:00 |
|
John Alanbrook
|
261b373a75
|
refactor jsffi
|
2024-03-18 12:38:32 -05:00 |
|
John Alanbrook
|
32b0cc7377
|
quickjs log to its own file; cleanup script.c
|
2024-03-15 10:51:04 -05:00 |
|
John Alanbrook
|
f0876825f1
|
Significantly improved logging
|
2024-03-14 09:34:42 -05:00 |
|
John Alanbrook
|
bb24fd2bc0
|
Sprites are now defined in C; gameobject getsets
|
2024-03-13 03:51:44 -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
|
7d1f19bbf5
|
Fixup makefile for docker builds
|
2024-03-09 18:22:06 -06:00 |
|
John Alanbrook
|
aa4b3e6954
|
add 'grow' function to components and entities
|
2024-03-05 22:23:38 -06:00 |
|
John Alanbrook
|
1e9b5f6341
|
create new entities in editor
|
2024-03-01 17:45:06 +00:00 |
|
John Alanbrook
|
1e432346ff
|
changed make to spawn; unified actor system for entities
|
2024-02-29 19:54:33 +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 |
|