After opening several files and making different code changes, attempting to compile the project source causes the compiler to freak out and do all kinds of freaky things "such as tell me that -4 isn't a number"
Numbered Steps to Reproduce Problem:
Open several code files (let's say like, 15)
Make changes in each code file
Compile
Should give you the problem right away
If it doesn't, open more things to take up more IDE memory (like some icons) or make a lot of code changes and Compile
Here's compiler's complaints for example:
loading Eternia.dme
loading interface.dmf
code\interface\menu\bag.dm:97:error: : expected a constant expression
code\interface\menu\bag.dm:114:error: : expected a constant expression
code\interface\menu\bag.dm:123:error: : expected a constant expression
code\interface\menu\crafting.dm:405:error: : expected a constant expression
code\interface\menu\crafting.dm:433:error: : expected a constant expression
code\interface\menu\party.dm:246:error: : expected a constant expression
code\interface\menu\party.dm:256:error: : expected a constant expression
code\social\guild.dm:134:error: : expected a constant expression
code\social\party.dm:389:error: : expected a constant expression
code\titlescreen\_title.dm:496:error: : expected a constant expression
code\titlescreen\_title.dm:501:error: : expected a constant expression
code\titlescreen\_title.dm:520:error: : expected a constant expression
code\map\obj\house.dm:151:error: : expected a constant expression
code\map\obj\house.dm:179:error: -16: bad number
code\map\props.dm:118:error: -8: bad number
code\map\obj\boat.dm:34:error: -2: bad number
code\map\obj\desert.dm:32:error: -4: bad number
Expected Results:
Eternia isn't even that big of a code base, and not a huge game, I would expect it to compile very easily. Its quite shocking that it has any trouble compiling.
Actual Results:
I often have to close and re-open dream maker many times before it will compile.
Does the problem occur:
Every time? Or how often? Very often
In other games? None of my own sources do this, but none of my own sources are this big yet
In other user accounts? n/a
On other computers? n/a
When does the problem NOT occur?
Re-opening Dream Maker and trying to compile. Sometimes it will take multiple attempts.
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? This got better with 499 but is still a problem.
Workarounds:
There are none =(