Joshua Peisach
|
91643d59ba
|
PoliceState: Create script enum + implement FUN_1005ea40 (#564)
* PoliceState: Create script enum + implement FUN_1005ea40
* Clean up code
* Match
* Match
* Fix type
* Fix error
* Remove return
---------
Co-authored-by: Christian Semmler <mail@csemmler.com>
|
2024-02-15 17:22:58 +01:00 |
|
Christian Semmler
|
c8930815c5
|
Add LegoGameState::Area enum (#552)
* Add area enum
* Fix
* Fix
* Fix
* empty
|
2024-02-10 19:17:07 +01:00 |
|
Joshua Peisach
|
94c4576e8d
|
Implement Police::HandleEndAction (#543)
* Implement Police::HandleEndAction
* Style fixes
---------
Co-authored-by: Christian Semmler <mail@csemmler.com>
|
2024-02-09 16:28:22 +01:00 |
|
Joshua Peisach
|
0497ef13fb
|
Implement Police::HandleKeyPress, Enable, VTable0x64 (#529)
* Implement Police::HandleKeyPress, Enable, VTable0x64
* fix return type
* Style
---------
Co-authored-by: Christian Semmler <mail@csemmler.com>
|
2024-02-04 23:40:51 +01:00 |
|
Joshua Peisach
|
724cdeb86f
|
Implement Police::Notify (#524)
* Implement Police::Notify
* Fix HandleKeyPress
---------
Co-authored-by: Christian Semmler <mail@csemmler.com>
|
2024-02-03 22:30:00 +01:00 |
|
Christian Semmler
|
558bda4dd2
|
Implement LegoWorld::Enable (#516)
* WIP VTable0x68
* Improve match
* Match
* Fix
* Fix
* Move vars
* Match
* Add call to Isle
* Rename functions
* Fix style
|
2024-02-02 18:18:46 +01:00 |
|
Misha
|
bad32149ca
|
implement LegoGameState::StopPreviousAction (#511)
* implement RemoveFromWorld
* fix unloading
* Rename stuff, add default arg
* Rename functions
---------
Co-authored-by: Christian Semmler <mail@csemmler.com>
|
2024-01-31 13:34:36 +01:00 |
|
Christian Semmler
|
bcdddd4c7e
|
Pad all single-digit hexadecimal values with zero (#504)
* Pad all single-digit hexadecimal values with zero
* One more fix
|
2024-01-29 22:17:17 +01:00 |
|
Christian Semmler
|
19c771b85d
|
Implement/match LegoWorld::PresentersPending (#494)
* Implement/match LegoWorld::PresentersPending
* Rename functions
|
2024-01-27 21:18:35 +01:00 |
|
Nathan M Gilbert
|
2bebc09da3
|
Implement misc.lib (#483)
* Implement misc.lib
* Lowercase files
* Minor changes
* Fix file cases
* Fixes
* Fix missing dtor
* Add override
* Match LegoImage::Read
* Fix delete call
---------
Co-authored-by: Christian Semmler <mail@csemmler.com>
|
2024-01-24 18:12:57 +01:00 |
|
MS
|
b5a3c5feea
|
Enforce vtable match (#464)
* vtable enforce
* Vtable progress
* IslePathActor subclasses
* LegoState subclasses
* LegoWorld subclasses
* Presenter progress
* Remaining presenters
* All but two that need new files
* Merge into vtable branch (#3)
* Implement MxDisplaySurface::VTable0x44 (#467)
* Update mxdisplaysurface.cpp
* add arguments to header
* Fix glitched bitmaps
* WIP fixes
* Match
* Fix
* Changes
* Fixes
---------
Co-authored-by: Christian Semmler <mail@csemmler.com>
* Implmement PoliceState::VTable0x1c (#468)
* Implmement PoliceState::VTable0x1c
* Fixes
---------
Co-authored-by: Christian Semmler <mail@csemmler.com>
* Implement Lego3DView::Render (#470)
* Implement Lego3DView::Render
* use MxDouble
* Revert "use MxDouble"
This reverts commit a006b60e2066b79ded3e15e143a302d8fd707deb.
* Begin work on Police class (#469)
* Begin work on Police class
* Use JukeBox::e_policeStation value
* Fixes
---------
Co-authored-by: Christian Semmler <mail@csemmler.com>
* Implement MxDisplaySurface::CreateCursorSurface (#471)
* Update mxdisplaysurface.cpp
* Fixes
* Update legovideomanager.cpp
* Match to 100%
---------
Co-authored-by: Christian Semmler <mail@csemmler.com>
---------
Co-authored-by: Misha <106913236+MishaProductions@users.noreply.github.com>
Co-authored-by: Christian Semmler <mail@csemmler.com>
Co-authored-by: Joshua Peisach <itzswirlz2020@outlook.com>
* Police fix
* Finish
* motocycle lower case
* Update historybook.h
* Update hospitalstate.h
* Update jetski.h
* Update legoinputmanager.h
* Update legolocomotionanimpresenter.h
* Update pizza.h
* Update act3shark.h
* Update ambulancemissionstate.h
* Update bumpbouy.h
* Update doors.h
---------
Co-authored-by: Misha <106913236+MishaProductions@users.noreply.github.com>
Co-authored-by: Christian Semmler <mail@csemmler.com>
Co-authored-by: Joshua Peisach <itzswirlz2020@outlook.com>
|
2024-01-20 18:04:46 -05:00 |
|
Joshua Peisach
|
67fa5e7cca
|
Begin work on Police class (#469)
* Begin work on Police class
* Use JukeBox::e_policeStation value
* Fixes
---------
Co-authored-by: Christian Semmler <mail@csemmler.com>
|
2024-01-20 21:49:56 +01:00 |
|
Joshua Peisach
|
46ad567760
|
Implmement PoliceState::VTable0x1c (#468)
* Implmement PoliceState::VTable0x1c
* Fixes
---------
Co-authored-by: Christian Semmler <mail@csemmler.com>
|
2024-01-20 21:40:00 +01:00 |
|
Joshua Peisach
|
9000f731ac
|
PoliceState constructor (#463)
* PoliceState constructor
* Changes
---------
Co-authored-by: Christian Semmler <mail@csemmler.com>
|
2024-01-20 15:22:33 +01:00 |
|
Christian Semmler
|
c47206617d
|
Reorganize sources and files (#414)
* Reorganize sources
* Refactor
* Remove relative paths
* Renames
* Fix gitignore
* Remove stuff
* Try fixing format script
* Fix format
* Fix format
* Fix naming script
* Test format
* Fix format
|
2024-01-08 10:58:49 +01:00 |
|