MysterD
|
67b7aab091
|
Fixed several crashes and errors found in static analysis
|
2023-05-15 01:15:20 -07:00 |
MysterD
|
e264cdd16b
|
Load all models into dynamic memory, and store them in a way for reuse
|
2023-05-12 16:15:35 -07:00 |
MysterD
|
60f7ef7a0f
|
WIP: start making memory management better
|
2023-05-12 13:19:10 -07:00 |
wRadion
|
3ab27fc072
|
Scrolling textures (continued) (#175)
* Handle scroll targets as dynamic array + some error handling
* Remove the need to call init (clean automatically scroll targets)
* Free iteratively instead of recursive
* Added comments + handled some potential errors
* Completed comments
* Remove debug print
|
2022-09-12 19:57:28 -07:00 |
wRadion
|
92ce6d9e4c
|
Handle RM_Scroll_Texture and editor_Scroll_Texture behaviors from RM2C hacks (#173)
|
2022-08-25 17:46:33 -07:00 |
MysterD
|
0f821483b1
|
Automatically disable billboards when a DynOS model uses more than 6 vertices
|
2022-04-23 03:05:16 -07:00 |
Prince Frizzy
|
7c5261554e
|
Merge in small changes. (#63)
|
2022-04-16 19:12:12 -07:00 |
MysterD
|
0342f767df
|
Refactored actor geos in DynOS
|
2022-04-08 18:56:22 -07:00 |
MysterD
|
420789b570
|
Split dynos_misc stuff into mgr files
|
2022-04-08 08:18:06 -07:00 |
MysterD
|
ac8db94f53
|
Renaming cleanup
|
2022-04-08 01:52:53 -07:00 |
MysterD
|
837f1e4f71
|
Function pointer cleanup
|
2022-04-08 01:46:29 -07:00 |
MysterD
|
8d0eff3cb2
|
Added support for SM76's JUMP_AREA, added missing lvl geos, reordered parsing
|
2022-04-07 18:34:44 -07:00 |
MysterD
|
c5f7aecd40
|
Fixed token corruption in DynOS, added support for runtime LOAD_MODEL_FROM_GEO
|
2022-04-07 08:21:19 -07:00 |
MysterD
|
56be400f7e
|
Only force in movtexs and collisions within that levels subfolders
|
2022-04-06 22:14:40 -07:00 |
MysterD
|
ab115da1de
|
Refactored how vanilla data is stored/retrieved within DynOS
|
2022-04-06 21:32:55 -07:00 |
MysterD
|
431a2b5da8
|
Merge branch 'level-scripts' of github.com:sm64ex-coop-dev/sm64ex-coop into level-scripts
|
2022-04-05 23:00:20 -07:00 |
MysterD
|
635b23aa6f
|
Added support for custom skyboxes in DynOS level gen
|
2022-04-05 22:56:03 -07:00 |
Prince Frizzy
|
e6f97a3ef7
|
Add support for dynamic water regions. (#55)
* Add support for dynamic water regions.
|
2022-04-05 13:44:05 -07:00 |
MysterD
|
5fe27f6974
|
Fixed how DynOS writes lua variables into level scripts, added all level geos
|
2022-04-05 00:22:09 -07:00 |
MysterD
|
ab149832be
|
Added Light_t, Ambient_t, and began adding vanilla lvl geos to DynOS level gen
|
2022-04-04 21:25:40 -07:00 |
MysterD
|
4cd4849ada
|
Added ability for DynOS levels to call into lua for custom objects
|
2022-04-04 18:16:36 -07:00 |
MysterD
|
a495a775be
|
All vanilla levels can be compiled through DynOS now
|
2022-04-04 01:11:02 -07:00 |
MysterD
|
95e826d1c8
|
Fixed custom level textures
|
2022-04-02 15:32:21 -07:00 |
MysterD
|
4052347247
|
More progress toward custom DynOS levels
|
2022-04-02 15:14:04 -07:00 |
MysterD
|
517b37616c
|
More DynOS refactoring
|
2022-04-01 20:04:24 -07:00 |
MysterD
|
a4ed264285
|
Refactor coop-specific DynOS code
|
2022-03-30 23:05:53 -07:00 |
MysterD
|
745fce41a8
|
Add custom collisions to DynOS/Lua
|
2022-03-28 01:02:33 -07:00 |
MysterD
|
7c7fcbf0b5
|
Allow people to disabled downloaded models (from mods)
|
2022-03-16 22:43:43 -07:00 |
MysterD
|
0f12429fb3
|
Allow lua mods to override models, have DynOS generate bins
|
2022-03-16 21:26:29 -07:00 |
MysterD
|
40ecf7ea51
|
Fixed custom lua models
|
2022-03-16 19:57:45 -07:00 |
MysterD
|
f74b6a47d0
|
Load Super Keeberghrh's ERROR model when DynOS can't find the model
|
2022-03-16 01:34:18 -07:00 |
MysterD
|
d2522cc955
|
Added ability for mods to load custom geos
|
2022-03-14 00:11:36 -07:00 |
MysterD
|
4ddb6bbf5f
|
Added DynOS v1.1 without the dynamic options
- Added support for coop-specific actors
- Added support for coop-specific geo functions
- Added support for coop-specific model functions
|
2022-03-09 18:01:03 -08:00 |