View Issue Details

IDProjectCategoryView StatusLast Update
0003837The Dark ModCodingpublic13.09.2014 07:32
ReporterSteveL Assigned ToSteveL  
PrioritynormalSeveritynormalReproducibilityN/A
Status resolvedResolutionfixed 
Product VersionTDM 2.02 
Target VersionTDM 2.03Fixed in VersionTDM 2.03 
Summary0003837: Linux compilation fixes
DescriptionPatch 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
TagsNo tags attached.

Activities

SteveL

SteveL

01.09.2014 21:14

reporter   ~0006923

at rev 6096
SteveL

SteveL

13.09.2014 07:32

reporter   ~0006985

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

Issue History

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