|
@@ -5,8 +5,66 @@
|
5
|
5
|
|
6
|
6
|
OpenRaider (0.1.3) xythobuz <xythobuz@xythobuz.de>
|
7
|
7
|
|
|
8
|
+ [ 20140330 ]
|
|
9
|
+ * Fixed some segfaults relating to missing upper-bound-checks
|
|
10
|
+ while accessing std::vectors in World/Render
|
|
11
|
+ * Added animation test command, FPS display
|
|
12
|
+
|
|
13
|
+ [ 20140329 ]
|
|
14
|
+ * Proper fix for texture offset bug
|
|
15
|
+ * Added more asserts
|
|
16
|
+
|
|
17
|
+ [ 20140327 ]
|
|
18
|
+ * Started reimplementing game/render commands
|
|
19
|
+ * Using only colors defined for renderer
|
|
20
|
+
|
|
21
|
+ [ 20140326 ]
|
|
22
|
+ * Fixed Sound segfault
|
|
23
|
+ * Added basic camera and entity movement
|
|
24
|
+
|
|
25
|
+ [ 20140324 ]
|
|
26
|
+ * Hacked Texture Offset fix
|
|
27
|
+
|
|
28
|
+ [ 20140323 ]
|
|
29
|
+ * Try to load external sound effect files
|
|
30
|
+ * Added Renderer
|
|
31
|
+ * Moved gWorld, LARA into Game
|
|
32
|
+ * Moved Camera sensitivity into OpenRaider
|
|
33
|
+ * Re-Added LoadScreen render mode
|
|
34
|
+ * Added level data processing code
|
|
35
|
+
|
|
36
|
+ [ 20140322 ]
|
|
37
|
+ * Added Game class, TombRaider level loader, Camera, Emitter,
|
|
38
|
+ Mesh, Particle, ViewVolume, Texture
|
|
39
|
+ * Added SkeletalModel, now using std::vector
|
|
40
|
+ * Added World, now using std::vector and std::list
|
|
41
|
+
|
|
42
|
+ [ 20140321 ]
|
|
43
|
+ * Added help command
|
|
44
|
+ * Added proper command history for console
|
|
45
|
+ * Added mouse scrolling support
|
|
46
|
+ * Can bind mouse actions
|
|
47
|
+
|
|
48
|
+ [ 20140316 ]
|
|
49
|
+ * Added mouse support, also for menu
|
|
50
|
+ * Added Console
|
|
51
|
+ * Fixed system timer for BSDs (like Mac OS X)
|
|
52
|
+
|
|
53
|
+ [ 20140315 ]
|
|
54
|
+ * Added Window interface and WindowSDL implementation
|
|
55
|
+ * Prepared cmake to make SDL optional in the future
|
|
56
|
+ * Added event handling and font support
|
|
57
|
+ * Started implementing command system
|
|
58
|
+ * Config file now has .ini extension
|
|
59
|
+ * Added transparent menu overlay
|
|
60
|
+ * Implemented key bindings
|
|
61
|
+
|
8
|
62
|
[ 20140314 ]
|
9
|
63
|
* Started more or less complete re-write...
|
|
64
|
+ * Sound now uses std::vector, volume setting, clear()
|
|
65
|
+ * Moved math, Matrix, Quaternion and Vector3d into new math lib
|
|
66
|
+ * Added main.h/cpp with OpenRaider global
|
|
67
|
+ * Rewrote time lib using ctime
|
10
|
68
|
|
11
|
69
|
OpenRaider (0.1.2) xythobuz <xythobuz@xythobuz.de>
|
12
|
70
|
|