hispidence
c017f1a89d
Make Write and WriteString take char const * args.
2021-07-23 22:00:18 +01:00
hispidence
53b971c033
Remove 'typedef' from enums and structs. This was required in C, but in C++ all it does is generate thousands of warnings.
2021-07-18 15:22:15 +01:00
asasas9500
10a3d9167a
Fix line endings
2020-12-21 13:16:29 -03:00
Raildex
ac61f71386
Refactored framework.h
...
Removed Renderer headers from framework.h
Removed bass headers from framework.h
Removed windows-related headers to avoid nameclashes with std::min and std::max
added <algorithm> for general-purpose functions (like std::min/max)
Added NOMINMAX define to project
Minor Refactorings
2020-09-29 21:43:56 +02:00
Raildex
a3433e16cb
Deactivated Pool memory
...
@TODO: Fix Pool
Changed pointers for ChunkIds to smart pointers
2020-08-11 19:18:36 +02:00
asasas9500
c15271e086
Update sol and lua libraries; Fix linker error
2020-06-20 21:02:45 -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
2fccea1c66
Fixes to level loader; First tests;
2020-05-23 19:59:58 +02:00
MontyTRC89
a5b6b44494
FInished new level loader
2020-05-23 06:45:39 +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
548f9c0ad8
Improved readLara(); Added LaraBurn(); Code cleaning in inventory;
2018-10-10 22:29:40 +02:00
MontyTRC89
94b5a6f61a
Improved savegame system
2018-10-09 00:02:14 +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