Christoph Oelckers
|
51591d10b0
|
- handle slope things through new definition tables as well. Since these get processed outside P_SpawnMapThing it required some restructuring so that the actual spawn data is present when slope things get processed.
- removed FMapThing::Serialize because it isn't used anywhere - it was rather broken anyway.
|
2015-04-04 10:25:01 +02:00 |
|
Christoph Oelckers
|
4f7ec3ad89
|
- print proper information about non-actor mapthings.
|
2015-04-03 22:23:42 +02:00 |
|
Christoph Oelckers
|
9e5bf38123
|
- handle all special mapthing items (player starts, polyobj spots) via the new MAPINFO method instead of hard coding them in the spawn function.
(Note: The buildmap loading code should be adjusted to the new functionality as well eventually.)
|
2015-04-03 21:17:10 +02:00 |
|
Christoph Oelckers
|
15dbbc9137
|
- set editor numbers through MAPINFO. The DECORATE way still works ans will override any definition made in MAPINFO.
- use a standard TMap for finding editor numbers
|
2015-04-03 16:51:45 +02:00 |
|
Christoph Oelckers
|
ccd9fb9c23
|
- moved FDoomEdMap to its own file to make the upcoming changes a bit nicer to handle.
|
2015-04-03 10:54:55 +02:00 |
|