|
@@ -3,6 +3,43 @@
|
3
|
3
|
ChangeLog
|
4
|
4
|
==================================================================
|
5
|
5
|
|
|
6
|
+ OpenRaider (0.1.2) xythobuz <xythobuz@xythobuz.de>
|
|
7
|
+
|
|
8
|
+ [ 20131231 ]
|
|
9
|
+ * Added bool mFullscreen to SDLSystem, tried to fix Fullscreen mode on Mac
|
|
10
|
+ still not working correctly, but better :)
|
|
11
|
+
|
|
12
|
+ [ 20131227 ]
|
|
13
|
+ * Moved included documents into GitHub Repo wiki (https://github.com/xythobuz/OpenRaider/wiki)
|
|
14
|
+ * Reduced start up time by increasing animation speed
|
|
15
|
+
|
|
16
|
+ [ 20131221 ]
|
|
17
|
+ * Reimplemented deprecated gluLookAt()
|
|
18
|
+ * Reimplemented deprecated gluPerspective()
|
|
19
|
+ * Reimplemented deprecated gluBuild2DMipmaps()
|
|
20
|
+ * Reimplemented alutLoadWAVFile(), seems not to be working
|
|
21
|
+ * Moved mac distribution logic from makefile into scripts
|
|
22
|
+
|
|
23
|
+ [ 20131219 ]
|
|
24
|
+ * Bundle now contains dynamic libraries not included with Mac OS X
|
|
25
|
+ * Bundle now runs setup if needed
|
|
26
|
+ * Fixed memory test builds not running on OS X
|
|
27
|
+
|
|
28
|
+ [ 20131218 ]
|
|
29
|
+ * Enabled ALUT on Mac OS X
|
|
30
|
+ * Silenced many warnings regarding non-writable string constants
|
|
31
|
+ * Fixed issues with linked libraries on Mac OS X
|
|
32
|
+ * Implemented support for bundling OpenRaider as Mac App
|
|
33
|
+ * Removed Microsoft Visual Studio Project files
|
|
34
|
+ * Removed Screenshot Script
|
|
35
|
+
|
|
36
|
+ [ 20131217 ]
|
|
37
|
+ * No longer segfaults on launch in Mac OS X
|
|
38
|
+
|
|
39
|
+ [ 20131215 ]
|
|
40
|
+ * Wrote new README file
|
|
41
|
+ * Added stub for missing hel/CollisionObject
|
|
42
|
+
|
6
|
43
|
OpenRaider (0.1.1) Mongoose <mongoose@users.sourceforge.net>
|
7
|
44
|
|
8
|
45
|
[ 20030713 ]
|
|
@@ -1084,4 +1121,4 @@
|
1084
|
1121
|
* This project is based on trueview by yuri and some patches
|
1085
|
1122
|
and porting to linux by Mongoose along with code from
|
1086
|
1123
|
GooseEgg by Mongoose
|
1087
|
|
- * Log started
|
|
1124
|
+ * Log started
|