mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 13:40:34 +00:00
Merge branch 'miami' into lcs
* miami: Fix backface culling of cutscene objects more renames anim velocity union rename m_vehEnterType -> m_vehDoor Port cmake improvements to miami some loose ends move TODO to Readme Fix build without FIX_BUGS, divide to 0 fixes
This commit is contained in:
commit
ff057838ec
30 changed files with 563 additions and 454 deletions
11
README.md
11
README.md
|
@ -35,6 +35,13 @@ There are various settings at the very bottom of [config.h](https://github.com/G
|
|||
## Contributing
|
||||
Please read the [Coding Style](https://github.com/GTAmodding/re3/blob/master/CODING_STYLE.md) Document
|
||||
|
||||
### Unreversed / incomplete classes (at least the ones we know)
|
||||
See [VC todo list](https://github.com/GTAmodding/re3/wiki/VC-todo)
|
||||
### Unreversed / incomplete classes
|
||||
|
||||
PS2/Mobile stuff:
|
||||
|
||||
src/core/Pad.cpp
|
||||
src/core/main.cpp
|
||||
src/core/Frontend_PS2.cpp
|
||||
src/core/FrontEndControls.cpp
|
||||
src/save/MemoryCard.cpp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue