Lephisto/src
2013-02-23 21:43:26 +00:00
..
ai.c [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
ai.h [Change] Sanitized lua ai api a little. 2013-02-23 17:53:31 +00:00
collision.c [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
collision.h [Change] What in the world was I thinking with the gui crap?? Large refactoring.. 2013-02-17 21:56:57 +00:00
colour.c [Change] Brightened up the green a little for the GUI console fonts 2013-02-20 21:19:14 +00:00
colour.h [Change] Pulled default colours out of player.* and throw them in their rightful unit. 2013-02-19 15:43:34 +00:00
conf.c [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
conf.h [Add] Start of toolkit framework, we will manage windows etc here. 2013-02-16 20:01:00 +00:00
faction.c [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
faction.h [Add] Faction system almost done. 2013-02-08 16:04:24 +00:00
font.c [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
font.h [Add] Text word wrapping/block text. Allowing for lovely descriptons of planets. 2013-02-19 14:18:55 +00:00
input.c [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
input.h [Change] Still cleaning. Adding all the input crap to it's rightful place. 2013-02-16 12:09:21 +00:00
joystick.c [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
joystick.h [Add] Select joystick by name with option -J [string] as well as id with -j [id] 2013-02-01 23:37:13 +00:00
land.c [Fix?] Eh, some more error checking to prevent seg faults. 2013-02-23 20:14:58 +00:00
land.h [Add] Basic toolkit for window/widget rendering etc. 2013-02-17 19:51:31 +00:00
lephisto.c [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
lephisto.h [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
log.h [Add] Have everything load from datafile. 2013-02-03 21:26:28 +00:00
md5.c [Add] Have everything load from datafile. 2013-02-03 21:26:28 +00:00
md5.h [Add] Have everything load from datafile. 2013-02-03 21:26:28 +00:00
menu.c [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
menu.h [Add] Rudementory Hyperspace travel. Still a work in progress. ;) 2013-02-20 19:34:30 +00:00
music.c [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
music.h [Add] Audio engine is now working, it It's fully tuned enough yet however. 2013-02-22 04:06:47 +00:00
opengl.c [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
opengl.h [Change] Font work was becoming a little too large to sit in opengl specific code. Moved to font.* 2013-02-19 12:24:55 +00:00
outfit.c [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
outfit.h [Add] Audio engine is now working, it It's fully tuned enough yet however. 2013-02-22 04:06:47 +00:00
pack.c [Fix] Hm. Fixing locally the testing on a remote server means push and pull spam. :) 2013-02-23 21:43:26 +00:00
pack.h [Add] Support for non POSIX systems with open/read/write in packfile system 2013-02-23 19:21:13 +00:00
pause.c [Change] Remove hard forcing of player speed and instead use incremental slowdown. 2013-02-20 20:20:48 +00:00
pause.h [Add] Start of toolkit framework, we will manage windows etc here. 2013-02-16 20:01:00 +00:00
physics.c [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
physics.h [Add] New GUI. 2013-02-13 13:59:38 +00:00
pilot.c [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
pilot.h [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
player.c [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
player.h [Add] Rudementory Hyperspace travel. Still a work in progress. ;) 2013-02-20 19:34:30 +00:00
rng.c [Add] Command line option. 2013-02-01 02:32:29 +00:00
rng.h [Fix] One seg fault! No idea how many more to go. 2013-02-05 17:55:01 +00:00
ship.c [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
ship.h [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
sound.c [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
sound.h [Add] Set volume with command line, volume is a little flaky at the min. :s. 2013-02-23 19:55:30 +00:00
space.c [Change] Improved transition into hyperspace a little. 2013-02-20 20:10:36 +00:00
space.h [Add] Rudementory Hyperspace travel. Still a work in progress. ;) 2013-02-20 19:34:30 +00:00
toolkit.c [Add] Rudementory Hyperspace travel. Still a work in progress. ;) 2013-02-20 19:34:30 +00:00
toolkit.h [Add] Small boarding menu, along with a function to get windows based on name rather than id. 2013-02-19 22:58:10 +00:00
weapon.c [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
weapon.h [Fix]? Attempted to fix seg fault on AI trying to switch to secondary weapons when there is none available. 2013-02-17 23:30:40 +00:00
xml.h [Add] Basic toolkit for window/widget rendering etc. 2013-02-17 19:51:31 +00:00