View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003837 | The Dark Mod | Coding | public | 01.09.2014 20:36 | 13.09.2014 07:32 |
Reporter | SteveL | Assigned To | SteveL | ||
Priority | normal | Severity | normal | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Product Version | TDM 2.02 | ||||
Target Version | TDM 2.03 | Fixed in Version | TDM 2.03 | ||
Summary | 0003837: Linux compilation fixes | ||||
Description | Patch provided by Tels in this thread: http://forums.thedarkmod.com/topic/16511-my-patches-and-contribution/page__fromsearch__1 1) Replace some instances of 'TRUE' and 'FALSE' in the game code with 'true' and 'false' as used elsewhere. 2) Quiet a compiler warning about wrong ordering of initalizer list in Memory.cpp | ||||
Tags | No tags attached. | ||||
at rev 6096 | |
Added a further fix from Tels to EscapePointEvaluator.cpp - #include "AI/AAS_local.h" + #include "ai/AAS_local.h" This folder is lower case but VS2010 insists on displaying the folder name in caps?? I can fix it in vs2013 but not vs2010, which immediately reverts the name back to caps. At rv6100 |
|
Date Modified | Username | Field | Change |
---|---|---|---|
01.09.2014 20:36 | SteveL | New Issue | |
01.09.2014 20:36 | SteveL | Status | new => assigned |
01.09.2014 20:36 | SteveL | Assigned To | => SteveL |
01.09.2014 21:14 | SteveL | Note Added: 0006923 | |
01.09.2014 21:15 | SteveL | Status | assigned => resolved |
01.09.2014 21:15 | SteveL | Fixed in Version | => TDM 2.03 |
01.09.2014 21:15 | SteveL | Resolution | open => fixed |
13.09.2014 07:32 | SteveL | Note Added: 0006985 |