Rachael Alexanderson
|
0d2bdfca99
|
- fix typo
|
2019-08-15 21:27:11 -04:00 |
|
Christoph Oelckers
|
0341a3d75b
|
- made the gross railing hack for Strife a compatibility option and restricted it to MAP04
The side effects here broke other maps and this is really too glitchy to be turned on unless really necesasary.
|
2019-03-26 00:38:54 +01:00 |
|
Christoph Oelckers
|
8c06a00ee6
|
- moved all dialogue loading code into the map loader.
|
2019-02-22 19:07:58 +01:00 |
|
Christoph Oelckers
|
8d83f03138
|
- changed the linedef translator into a struct and reorganized its storage to allow having different ones at the same time.
This was the last piece of data that couldn't be distinct for more than one level.
|
2019-02-02 01:22:12 +01:00 |
|
Christoph Oelckers
|
f6a91e1722
|
- moved the I_Error prototypes to doomerrors.h to avoid having to include the low level system header for this.
|
2019-01-31 19:38:04 +01:00 |
|
Christoph Oelckers
|
ebdb2643c4
|
- moved UDMF custom properties into FLevelLocals.
|
2019-01-30 00:47:20 +01:00 |
|
Christoph Oelckers
|
4f540c1703
|
- give the sector a level reference.
|
2019-01-27 17:12:03 +01:00 |
|
Christoph Oelckers
|
97495e1857
|
- moved the tag manager into FLevelLocals
|
2019-01-24 01:53:05 +01:00 |
|
Christoph Oelckers
|
7e9340f3b7
|
- removed most global references to the tag manager by routing most access to FLevelocals.
|
2019-01-24 01:40:09 +01:00 |
|
Christoph Oelckers
|
85b5f8d0a0
|
- moved several setup methods into the map loader
Code hasn't been moved yet, this only changes the declarations.
|
2019-01-24 00:22:18 +01:00 |
|
Christoph Oelckers
|
4de649d4d1
|
- major cleanup of p_scroll.cpp to eliminate the use of indices to access sidedefs and sectors.
|
2019-01-23 20:39:38 +01:00 |
|
Christoph Oelckers
|
eecf3a203a
|
- let UDMFParser use the level from the map loader, not the global variable.
|
2018-12-29 16:20:06 +01:00 |
|
Christoph Oelckers
|
5f303859e9
|
- made some changes to how the compatibility code works to allow removing the last remaining global variables of the map loading code.
Everything temporary is now part of the MapLoader class.
|
2018-12-28 23:14:11 +01:00 |
|
Christoph Oelckers
|
2edf02d731
|
- moved map loader files to a subdirectory.
|
2018-12-27 17:11:10 +01:00 |
|