This website requires JavaScript.
Explore
Help
Sign In
kts
/
timesynk
Watch
1
Star
0
Fork
You've already forked timesynk
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
97
Commits
3
Branches
0
Tags
94
MiB
C
99.6%
Objective-C
0.2%
Makefile
0.2%
e3941fa552
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
kts
e3941fa552
Updated devcpp project. Engine runs fine on win64.
2014-03-13 16:29:13 -07:00
common
Fixed addTablePair bug wherein a new TablePair would overwrite the old rather than add itself to the end of the TablePair linked list. Also moved timer.c/.h from engine/sdl/ to engine/. If compiling on Windows, getPTime and doNanoSleep still require SDL.
2014-03-13 16:13:35 -07:00
devcpp
Updated devcpp project. Engine runs fine on win64.
2014-03-13 16:29:13 -07:00
engine
Updated devcpp project. Engine runs fine on win64.
2014-03-13 16:29:13 -07:00
modules
Lots of fun abounded with segfaulting. Fixed it eventually - was accessing a state after it had already been freed, thus wreaking havoc in the next state. Maps and Tiles implemented now. Animation is a thing as well, but still a work in progress. It will likely be managed entirely by the Tile's doThink VM function. With modules now (partially loading) and Maps/Tiles figured out, the limited virtual machine will soon take shape.
2014-03-13 03:25:17 -07:00
old
Reorganized the project root, deleted unnecessary files, moved data.c/.h, fio.c/.h, llist.c/.h into common and old code into old/ directory. All modules will now reside on the modules/ directory.
2014-03-10 12:41:49 -07:00
test
Added a load module state that provides a button list of modules found in the ../modules directory. When clicking on one, it will attempt to load ../modules/MODULE_NAME/MODULE_NAME.tsd into struct Data* g_tile_data. If it succeeds, it switches to a test state where I will be tweaking stuff like tile movement and similar. I will also add spritesheet loading in the load module state.
2014-03-11 23:56:23 -07:00
tile_editor
Added a load module state that provides a button list of modules found in the ../modules directory. When clicking on one, it will attempt to load ../modules/MODULE_NAME/MODULE_NAME.tsd into struct Data* g_tile_data. If it succeeds, it switches to a test state where I will be tweaking stuff like tile movement and similar. I will also add spritesheet loading in the load module state.
2014-03-11 23:56:23 -07:00
tools
Reorganized the project root, deleted unnecessary files, moved data.c/.h, fio.c/.h, llist.c/.h into common and old code into old/ directory. All modules will now reside on the modules/ directory.
2014-03-10 12:41:49 -07:00
xcode
Updated xcode project to compile the engine. tile_edtior and old engine probably will not compile in xcode at the moment, but this will be remedied later. Need to make modules directory definable in some way.
2014-03-13 04:10:59 -07:00
.DS_Store
Added vm_memory.c in test/ - basically just a test bed for vm memory.
2014-03-06 13:05:02 -08:00
Makefile
Added a load module state that provides a button list of modules found in the ../modules directory. When clicking on one, it will attempt to load ../modules/MODULE_NAME/MODULE_NAME.tsd into struct Data* g_tile_data. If it succeeds, it switches to a test state where I will be tweaking stuff like tile movement and similar. I will also add spritesheet loading in the load module state.
2014-03-11 23:56:23 -07:00
NOTES.txt
Reorganized the project root, deleted unnecessary files, moved data.c/.h, fio.c/.h, llist.c/.h into common and old code into old/ directory. All modules will now reside on the modules/ directory.
2014-03-10 12:41:49 -07:00