Commit Graph

2198 Commits

Author SHA1 Message Date
Allanis
6a2f07b5b7 [Change] Optimized ai API some.
[Fix] Few mem leaks.
2013-02-04 11:00:32 +00:00
Allanis
f90a2a273c [Change] Load fonts from project directory, throw it in data pack. 2013-02-04 09:32:03 +00:00
Allanis
376eedc616 [Add] Star systems.
[Add] Planets.
2013-02-04 09:09:04 +00:00
Allanis
f7dadaae29 [Fix] Fucking bug has been there since forever!!!! 2013-02-04 00:52:16 +00:00
Allanis
aa8a2187ba [Change] xml now loads from data pack.
[Add] Ship xml syntax checking.
2013-02-04 00:47:19 +00:00
Allanis
5609dd7b22 [Fix] Check for null node in xml.
[Fix] Corrected help
2013-02-03 22:13:13 +00:00
Allanis
bdc0157ea6 [Change] Simpler to change version. 2013-02-03 21:38:48 +00:00
Allanis
a2b0b55066 [Add] Have everything load from datafile.
[Add] Check MD5sum.
 -- Make xml data and lua scripts load from data.
2013-02-03 21:26:28 +00:00
Allanis
5b4d184ffc [Fix?] Changed rotation speed, everyone was bothering me about it, all they needed to do was change it in xml file.. 2013-02-03 18:47:13 +00:00
Allanis
7910dac9c3 [Add] Long options for command line -- VLack's recommendation. 2013-02-03 17:45:38 +00:00
Allanis
46caaa21ad [Add] First working version of pack! 2013-02-03 17:35:44 +00:00
Allanis
c36b877ae9 [Fix] Oops, I was negating the camera's x coord.. 2013-02-03 15:04:48 +00:00
Allanis
2eff6f844d [Remove] Window dependancies from old Lephisto project.
-- They are outdated by now.
2013-02-03 14:47:33 +00:00
Allanis
86feaa0336 [Add] Lua wrapper calls. 2013-02-03 14:44:03 +00:00
Allanis
2619277baf [Change] Playing with Lua script a little. 2013-02-03 14:10:13 +00:00
Allanis
b3c21a5c4e [Add] Lua function calls. 2013-02-03 14:00:19 +00:00
Allanis
57dc51fb91 [Add] Initial AI support with Lua 2013-02-03 00:37:42 +00:00
Allanis
05e83fdcd6 [Fix] Correcting vector values. 2013-02-02 23:19:01 +00:00
Allanis
a7546372cc [Add] Vec2 now uses polor coords. 2013-02-02 22:52:58 +00:00
Allanis
bf4b1fb02a [Remove] Who the hell uses arrow keys for movement these days anyway?! 2013-02-02 21:56:04 +00:00
Allanis
066d4871cc [Fix] Just a few optimization. 2013-02-02 21:50:13 +00:00
Allanis
54beb595dc [Add] Dynamic key bindind loading from configuration file. 2013-02-02 21:13:25 +00:00
Tamir Atias
57bebe1403 [Add] FreeSans.ttf in repo. 2013-02-02 23:01:55 +02:00
Allanis
c84a11e4a7 [Add] Moving stars.
[Change] optimized opengl.c a little.
2013-02-02 15:12:39 +00:00
Allanis
b5a7ba8919 [Fix] Changing from floating point to doubles. 2013-02-02 14:21:05 +00:00
Allanis
978df483bf [Fix] Quad int fontMakeDList was messed! 2013-02-02 13:52:12 +00:00
Allanis
e8ed98b69d [Add] gl_print (FreeType fonts). 2013-02-02 06:15:51 +00:00
Allanis
d39e7925ea [Fix] Small handling fixes, nothing special. 2013-02-02 00:48:44 +00:00
Allanis
838bbcd2ab [Add] Initial Lua infrastructure. 2013-02-02 00:39:48 +00:00
Allanis
dd5cbe614b [Add] Lua dependancy.
-- Lua parses config file.
2013-02-02 00:16:06 +00:00
Allanis
ef46996890 [Fix] Bad help is bad. 2013-02-01 23:49:23 +00:00
Allanis
1bc828e8dd [Add] Select joystick by name with option -J [string] as well as id with -j [id] 2013-02-01 23:37:13 +00:00
Allanis
c124c9fcca [Change] Stars use alpha instead of colors. 2013-02-01 23:12:07 +00:00
Allanis
fd22930673 [Fix] Stars make a bit more sense now! :D 2013-02-01 22:47:04 +00:00
Allanis
246bdff2c8 [Add] Stars!!!! 2013-02-01 22:20:57 +00:00
Allanis
223a6185fb [Add] Command line option.
[Add] Finished(tm) joypad support.
[Change] Input comes from player.
2013-02-01 02:32:29 +00:00
Allanis
e124672464 [Fix] Everything works now. :) 2013-02-01 00:03:30 +00:00
Allanis
20bf55f117 [Add] Leave me a lone a short while, still working with this. 2013-01-31 23:22:32 +00:00
Allanis
85bec426ba [Add] libxml for ship data etc.
[Fix] Memory leaks.
[Fix] fixed #1 For dear old KonoM.
2013-01-31 01:30:51 +00:00
Allanis
93fbf84c80 [Fix] Forgot to push the matrix stack. 2013-01-30 23:40:27 +00:00
Allanis
cc47d41137 [Add] Initial commit of Lephisto. 2013-01-30 22:22:30 +00:00
Allanis
227242c447 [Remove] Killing the old Lephisto project. To make way for the new one! 2013-01-29 22:18:03 +00:00
Allanis
8b7c77ff19 Revert "[FIX] Be ok if I added the files back right?"
This reverts commit f3997854ce.
2012-04-07 16:38:56 +01:00
Allanis
298f2a77fb This reverts commit f3997854ce. 2012-04-07 16:28:31 +01:00
Allanis
f3997854ce [FIX] Be ok if I added the files back right? 2012-04-07 16:26:34 +01:00
Allanis
fe2e4c7425 [Fix] Fixed the build, it all compiles and runs smoothly now. -- Not sure if the Windows build will. 2012-04-07 16:25:33 +01:00
Allanis
403ba26e6a Modified README to correspond with the GNU GPL. 2011-10-14 14:09:22 +01:00
Allanis
2118f7b1ff Added my last 'stable' Lephisto build to github. 2011-10-14 13:57:59 +01:00