Ryan C. Gordon
0b24c2f06c
Merge pull request #50 from Manuel-K/gcc-6.1.1-fix
...
fix compilation errors with gcc 6.1.1 on Arch Linux
2016-05-24 00:55:35 -04:00
Manuel K
ba8d82efaf
fix compilation errors with gcc 6.1.1 on Arch Linux
2016-05-22 01:17:19 +02:00
Daniel Gibson
7b470d30ab
Elemental.es/Computer.cpp changes according to @SLAwww's suggestions
2016-05-11 19:04:01 +02:00
Daniel Gibson
b64df456b6
Fix TFE warnings and lots of unused variable warnings
...
.. still, didn't look at unused variable warnings from *.es because
so many are generated.
2016-05-09 18:51:04 +02:00
Daniel Gibson
de4f96d208
Remove FIXMEs/silence Fish.es warnings
...
Thanks to @SLAwww's explanations it's clear now :)
2016-05-09 18:51:04 +02:00
Daniel Gibson
64e6b915b7
Fix out of bounds access of afStarsPositions in TFE Particles.cpp
...
same as before for EntitiesMP/Common/Particles.cpp, this time for
the first encounter.
2016-04-21 16:21:47 +02:00
Daniel Gibson
72bd84edb8
Fix 64-bit build of Entities/Player.es (of First Encounter)
2016-04-21 16:21:47 +02:00
Daniel Gibson
5f5106e363
CShell::[SG]etCurrentWorld() instead of putting it in INDEX console var
...
The code used to store the world pointer as a console variable
"pwoCurrentWorld" of type INDEX (int32) - that won't work for 64bit, so
I added CShell::SetCurrentWorld() and CShell::GetCurrentWorld() and
store it as a pointer.
2016-04-18 18:52:52 +02:00
ptitSeb
bd0b38ba00
It compile now
2016-04-08 07:51:13 +02:00
ptitSeb
422db3c58c
Preliminary First Encounter support
2016-04-08 00:11:36 +02:00