2edee450aa
Add support world drawing
2017-11-09 21:43:59 -06:00
539aa1e7eb
Remove array globals from OxStd, as they were causing section overlaps
...
on GBA
2017-11-09 20:14:25 -06:00
08c7647298
Fix issue with part of memory allocator getting optimized out
2017-11-08 23:33:14 -06:00
3097e12e98
Make org name configurable for Studio
2017-10-21 02:44:53 -05:00
6f31e645ec
Move application specific state to QSettings
2017-10-21 02:04:18 -05:00
73e0629ab4
Add support for saving window state
2017-10-21 01:39:18 -05:00
b6b9181c66
Restructure Mac builds as Nostalgia.app
2017-10-20 22:17:40 -05:00
2915b48130
Add Session.vim to .gitignore
2017-10-18 00:00:45 -05:00
cbca442f14
Remove old charset.png
2017-10-17 23:58:44 -05:00
5d5e48e1e9
Removed unused CMake file
2017-10-17 23:52:15 -05:00
263111ef4d
Remove unused CMake modules
2017-10-17 23:51:12 -05:00
d76dea463c
Fix version mismatch when loading FileSystems
2017-10-17 22:09:28 -05:00
0bc0340c20
Increment FileStore version for inode ID size change
2017-10-17 20:51:04 -05:00
8ac88201d7
Fix issue with RPATH on macOS
2017-10-17 19:16:22 -05:00
5922b72326
Bump FileStore32's InodeId type to uint16_t
2017-10-16 21:53:03 -05:00
6d74a3b48e
Fix nost-pack bounds check to width and height instead of colorCount...
2017-10-15 21:50:05 -05:00
2554f8b3e1
Add methods for getting array and string length of Metal Claw fields
2017-10-15 09:04:00 -05:00
d096d00bea
Add new[] and delete[] operators
2017-10-15 02:48:37 -05:00
2ed10afef7
Add general ioOp that will call ioOpRead or ioOpWrite
2017-10-15 01:40:20 -05:00
70896b8761
Add OpType for Metal Claw operators
2017-10-15 00:55:25 -05:00
6815402ba1
Fix heap delete to work with the moving of the HeapSegment header
2017-10-14 20:58:06 -05:00
fadfeea744
Fix heap allocator to move header and returned address back appropriately
2017-10-14 20:42:24 -05:00
591c738730
Rename build-rom to gba-pkg
2017-10-14 19:45:40 -05:00
9f2441bc82
Fix heap allocator to not pass the meta data portion as output
2017-10-14 18:11:09 -05:00
26f1993f3d
Fill out remaining comments for missing characters in charset table
2017-10-14 13:01:40 -05:00
5b628e7ad7
Fix delete operator to move _heapIdx closer to heap start
2017-10-14 12:54:27 -05:00
f6b027c591
Fix heap delete to mark current as not in use, instead of prev
2017-10-14 03:19:20 -05:00
70cee81406
Add more complete implementation for custom new/delete, add panic
2017-10-14 03:16:06 -05:00
dd4556e4e1
Add custom new to GBA build
2017-10-13 10:53:19 -05:00
9c2e71045f
Add ioOp functions for Point and Bounds
2017-10-12 16:12:29 -05:00
507c894c15
Add Context to core
2017-10-12 04:52:46 -05:00
329e8be825
Add IDE switch to CMake options, Add charset.png to dist
2017-10-12 00:34:40 -05:00
30a992efad
Fixed gba_build to work with the new build files layout
2017-10-11 21:40:35 -05:00
77e0222201
Remove some debug code
2017-10-11 19:51:24 -05:00
8559ab53cc
Squashed 'deps/ox/' content from commit c63e0c1
...
git-subtree-dir: deps/ox
git-subtree-split: c63e0c1d72f30cfb7b3076c69744b0f53d4d79b1
2017-10-11 19:20:46 -05:00
5f0c1a1c41
Merge commit '8559ab53ccc74e63924b4a9a31bc91ee1dafefa9' as 'deps/ox'
2017-10-11 19:20:46 -05:00
f0efe2f9e0
Remove ox subtree
2017-10-11 19:17:48 -05:00
5923f3f0cf
Add nostalgia-studio-dev profile
2017-10-06 10:55:01 -05:00
21be39e2c9
Cleanup magic strings in tilesheet importer
2017-09-10 09:20:40 -05:00
89a7ffd45f
Add CMakeLists.txt.user to gitignore
2017-09-10 04:11:56 -05:00
9a3dcd0675
Add gdb-studio command to Makefile
2017-09-10 04:09:39 -05:00
7cac015723
Add binary directory in CMake
2017-09-10 04:06:27 -05:00
34e0baff5a
Add checks to OxFSTreeView to filter out . and .. entries
2017-09-10 03:45:23 -05:00
71116f4be9
Merge commit '2d1b146abfdf05e8aebdc11738c84d2592b5c3dd'
2017-09-09 22:58:57 -05:00
2d1b146abf
Squashed 'deps/ox/' changes from 56d91c1..4887d55
...
4887d55 Merge branch 'master' of github.com:wombatant/ox
84533e5 Add walk command.
916d07e Merge branch 'master' of github.com:wombatant/ox into ox_master
31af216 Add operator< for DirectoryListing
218511c Fix mkdir not to overwrite an existing dir
15e05df Remove unused scripts
292caad Add link count to stat in FS
99e459a Add links count field to inodes
3211cc4 Add . and .. directory entries to directores
30c2837 Switch to .liccor.yml
16b6ed3 Add a check to ls to prevent ls-ing of non-directories
git-subtree-dir: deps/ox
git-subtree-split: 4887d55a984c0d9c53d9faa9747ef5e9b7c1674a
2017-09-09 20:10:07 -05:00
11c7c49d7b
Add some missing field checks to JSON reader
2017-09-08 18:06:27 -05:00
3e90ec87b9
Add $ORIGIN to RPATH
2017-08-20 07:03:25 -05:00
7a6174953d
Fix OxFSTreeView to properly list added files
2017-08-19 15:49:05 -05:00
d8a3cd5dfb
Add operator< for DirectoryListing
2017-07-28 01:44:18 -05:00
afe2148a17
Fix mkdir not to overwrite an existing dir
2017-07-02 00:42:48 -05:00