gary
|
fefe8bacc7
|
[nostalgia/core/userland] Cleanup
|
2021-05-11 00:46:44 -05:00 |
|
gary
|
504d248ce3
|
[nostalgia/core] Make FileAddress args const ref
|
2021-05-03 14:32:02 -04:00 |
|
gary
|
6c302b7d1c
|
[nostalgia/core/userland] Cleanup readObj
|
2021-05-03 13:43:19 -04:00 |
|
gary
|
239f4d149d
|
[nostalgia/core/userland] Cleanup
|
2021-05-03 13:38:12 -04:00 |
|
gary
|
6ece0b6f9b
|
[nostalgia] Make almost everyting noexcept
|
2021-04-20 01:57:04 -05:00 |
|
gary
|
37c3f117fe
|
[nostalgia/core/gl] Initialize buffers
|
2021-03-30 02:42:18 -05:00 |
|
gary
|
4ce18766cd
|
[nostalgia/core/userland] Remove unnecessary copies
|
2021-03-24 22:40:33 -05:00 |
|
gary
|
aea43306a4
|
[nostalgia/core/gl] Cleanup VBO, EBO, and VAO initialization
|
2021-03-23 00:02:17 -05:00 |
|
gary
|
c45f4ccccb
|
[nostalgia/core/userland] Delete now unneccsary eboElements count
|
2021-03-20 16:10:19 -05:00 |
|
gary
|
cc23947d27
|
[nostalgia/core/userland] Move Vertex arrays and Buffers to GLobject
|
2021-03-20 16:08:55 -05:00 |
|
gary
|
8d19f99fac
|
[nostalgia/core/userland] Make Texture copy width and height on move
|
2021-03-20 15:58:51 -05:00 |
|
gary
|
c2554cebdb
|
[nostalgia/core/userland] Fix GLobject to destruct upon reassignment
|
2021-03-20 15:50:35 -05:00 |
|
gary
|
6bdee3fc1c
|
[nostalgia/core/userland] Add texture deletion
|
2021-03-20 15:47:32 -05:00 |
|
gary
|
37ec5eccd0
|
[nostalgia/core/userland] Remove debug line
|
2021-03-20 15:33:00 -05:00 |
|
gary
|
47a43fecb1
|
[nostalgia/core/userland] Cleanup shader cleanup with unique_ptr-like GLobject type
|
2021-03-20 15:31:13 -05:00 |
|
gary
|
896a7a0a96
|
[nostalgia/core/userland] Replace FPS debug statement with info statement
|
2021-03-19 20:53:46 -05:00 |
|
gary
|
f58abd9c3f
|
[nostalgia/core] Cleanup and make FPS print a config.hpp option
|
2021-03-19 19:22:08 -05:00 |
|
gary
|
1d1ce4d2cf
|
[nostalgia/core/userland/gl] Add other 3 backgrounds
|
2021-03-18 20:29:52 -05:00 |
|
gary
|
e36b123b33
|
[nostalgia/core/userland] Add bg control functions for GL
|
2021-03-18 20:19:37 -05:00 |
|
gary
|
9860fec00e
|
[nostalgia/core/userland] Delete GL shaders when done
|
2021-03-18 19:43:08 -05:00 |
|
gary
|
e56fa3a531
|
[nostalgia/core/userland] Cleanup some extraneous GL calls
|
2021-03-18 02:13:24 -05:00 |
|
gary
|
4956534af4
|
[nostalgia/core/userland] Make shader compile failures oxError and return error instead of panicing
|
2021-03-18 01:35:32 -05:00 |
|
gary
|
dc1ead2af4
|
[nostalgia/core/userland] Cleanup
|
2021-03-17 21:45:34 -05:00 |
|
gary
|
be3caf1818
|
[nostalgia/core/userland] Restore proper rendering of background
|
2021-03-17 21:30:30 -05:00 |
|
gary
|
245424cfad
|
[nostalgia/core/userland] Add VBO and EBO length back to array types
|
2021-03-17 01:40:03 -05:00 |
|
gary
|
61cc30c475
|
[nostalgia/core/userland] Add OxClaw as dependency
|
2021-03-17 01:32:24 -05:00 |
|
gary
|
d000c7f34f
|
[nostalgia/core/userland] Fix Tile row skipping and move some non-SDL code into userland
|
2021-03-17 01:25:59 -05:00 |
|
gary
|
be31ad48a1
|
[nostalgia/core/userland] Fix Mac build
|
2021-03-15 22:02:24 -05:00 |
|
gary
|
87b2963687
|
[nostalgia/core] Establish foundation for tile support in GL
|
2021-03-14 20:56:12 -05:00 |
|
gary
|
3352625afe
|
[nostalgia/core] Start port of PC gfx to OpenGL
|
2021-03-11 18:46:13 -06:00 |
|
gary
|
c1239b5656
|
[nostalgia] Run liccor
|
2021-01-21 23:35:23 -06:00 |
|
gary
|
5f4e6740cc
|
[nostalgia] Fix MSVC build
|
2020-11-07 17:59:36 -06:00 |
|
gary
|
86652ca8d4
|
[nostalgia] Fix Mac build
|
2020-05-09 18:44:37 -05:00 |
|
gary
|
cef5fcd86f
|
[nostalgia/core/userland] Enable sign-conversion warning
|
2020-04-16 23:44:06 -05:00 |
|
gary
|
5ac257de48
|
[nostalgia/core/userland] Remove mem.cpp
|
2020-03-11 18:55:18 -05:00 |
|
gary
|
22680ffaf0
|
[nostalgia] Cleanup unnecessary cast
|
2020-01-24 23:21:25 -06:00 |
|
gary
|
e38cf01f07
|
[nostalgia/core/userland] Replace C file I/O with C++ file I/O to comply with handbook
|
2020-01-24 19:04:48 -06:00 |
|
gary
|
04727ae57a
|
[nostalgia/core] Add unloadRom function
|
2020-01-12 20:44:57 -06:00 |
|
gary
|
73377068c6
|
[nostalgia/core] Cleanup CMake config
|
2019-10-31 00:23:25 -05:00 |
|
gary
|
aefd65b9e9
|
[nostalgia] Run liccor
|
2019-08-17 18:33:31 -05:00 |
|
gary
|
941d714630
|
[nostalgia/core] Replace old namespace nesting with C++17 nesting
|
2019-03-28 06:24:20 -05:00 |
|
gary
|
690cee7199
|
Fix FS refactor build issue
|
2018-02-02 01:29:41 -06:00 |
|
gary
|
9ce4835000
|
Run liccor for 2018
|
2018-01-30 00:00:39 -06:00 |
|
gary
|
2edee450aa
|
Add support world drawing
|
2017-11-09 21:43:59 -06:00 |
|
gary
|
70cee81406
|
Add more complete implementation for custom new/delete, add panic
|
2017-10-14 03:16:06 -05:00 |
|