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
57fe7aafc5
Add default ROM.oxfs for new projects
2017-07-01 05:03:52 -05:00
feb7e4c184
Squashed 'deps/ox/' changes from 68c144f..56d91c1
...
56d91c1 Fix delete/new[] mismatch
8a07138 Fix m_store delete to use delete[]
b4a6aed Change auto expand to own buff attribute in OxFS
7fa43da Make auto expand loop if necessary
c1e8d07 Fix auto expand condition
d43aecd Add auto expand to OxFS
d778570 Merge branch 'master' of github.com:wombatant/ox
4798e54 Add -s flag to nested make calls
038ca96 Add missing error reporting to file system ls
ac3f12f Remove unnecessary ls from FileSystemTemplate
c19a717 Fix readDirectory use the right type of directory
4a44a23 Add default constructor for DirectoryListing
git-subtree-dir: deps/ox
git-subtree-split: 56d91c18bd8a10b5ca5ff3986e44da3b194a09a0
2017-07-01 02:31:26 -05:00
b63b9ffef2
Merge commit 'feb7e4c18450cf6f0b428ffbc1892fd805aa2a7e'
2017-07-01 02:31:26 -05:00
4ae353a9b6
Add check to guard against doing an ls of a non-directory
2017-07-01 01:31:41 -05:00
ca7a1624b5
Fix delete/new[] mismatch
2017-07-01 01:31:09 -05:00
54f929a883
Make NostalgiaStudio library a shared library
2017-06-30 18:00:10 -05:00
f200472c4f
Fix possible memory leaks
2017-06-25 06:14:12 -05:00
f245d7d31f
Remove already installed packages from devenv
2017-05-27 04:15:02 -05:00