Commit graph

13 commits

Author SHA1 Message Date
asasas9500
10a3d9167a Fix line endings 2020-12-21 13:16:29 -03:00
Raildex
b635f4df13 Fixed std namespace collisions
Refactored ChunkID/ChunkReader/Writer
2020-06-20 23:39:08 +02:00
TokyoSU
b615a98c46 (Broken) Deleted Global Folder
- No more enums.h, constants.h, macro.h, etc...
- moved all structure in types.h to there respective file.
2020-05-30 15:55:23 +02:00
MontyTRC89
ea4f35f5ef Merge branch 'master' into NewFileFormat 2020-05-24 08:33:06 +02:00
MontyTRC89
796f0e4b03 Level reader WIP 2020-05-19 20:27:40 +02:00
TokyoSU
543163798d Implemented Motorbike
- need to fix shift bug, and lara position
- need to fix collision.
2020-05-19 13:20:44 +02:00
MontyTRC89
e938fa7004 Dirty commit 2020-05-19 09:00:24 +02:00
MontyTRC89
54eb2a2e39 Added new functions to BaseStream 2020-05-18 06:24:45 +02:00
TokyoSU
4b6ffedf5e Fixed release mode
- updated AlterFloorHeight()
- fixed chunkreader.h that used "ChunkReader::" in this own class.
- fixed ChunkId::FromString() not const for str.
- fixed some renderer wrong return value that caused error.
- fixed the debug mode not using the correct directx library !
- updated project include and libs required in release mode.
- fixed Sound_CheckBASSError() not const for message.
- fixed compileXXShader not const for the path.
- reverted GetFloor() change.
2019-12-14 22:41:38 +01:00
MontyTRC89
37ac9b77fd Merged branches 2019-12-02 09:11:21 +01:00
MontyTRC89
fa9b0569d1 Improved savegames; Fixed crashes; Added dynamic objects to savegame; Added quad to savegame; 2018-10-25 23:44:15 +02:00
MontyTRC89
e61572b14f New savegame system partially working 2018-10-24 23:32:22 +02:00
MontyTRC89
5c376c0f95 New streams class; Refactored chunk IO; Added chunk writer; Started new savegame system; 2018-10-01 22:22:35 +02:00