Lephisto/src
2013-02-23 00:19:51 +00:00
..
ai.c [Add] Rudementory Hyperspace travel. Still a work in progress. ;) 2013-02-20 19:34:30 +00:00
ai.h [Add] Rudementory Hyperspace travel. Still a work in progress. ;) 2013-02-20 19:34:30 +00:00
collision.c [Change] What in the world was I thinking with the gui crap?? Large refactoring.. 2013-02-17 21:56:57 +00: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 [Add] Finished the basic toolkit by rounding off corners, adding gl_printMax and gl_printMid. 2013-02-18 17:12:35 +00: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] Thrown XML crap into a single header. 2013-02-13 15:48:36 +00:00
faction.h [Add] Faction system almost done. 2013-02-08 16:04:24 +00:00
font.c [Add] OpenAL to makefile. Preparing for Audio enginey thing. 2013-02-21 23:42:47 +00: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 [Add] Rudementory Hyperspace travel. Still a work in progress. ;) 2013-02-20 19:34:30 +00: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 [Add] New ship: Leapard! 2013-02-13 16:42:42 +00: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 [Add] Basic audio framework and some sounds. Give me another 30 mins and it will work. :) 2013-02-22 01:59:19 +00:00
land.h [Add] Basic toolkit for window/widget rendering etc. 2013-02-17 19:51:31 +00:00
log.h [Add] Have everything load from datafile. 2013-02-03 21:26:28 +00:00
main.c Merge branch 'master' of https://github.com/Allanis/Lephisto 2013-03-04 21:19:51 +02:00
main.h [Add] Split configuration processing into seperate files, namely conf.* 2013-02-15 22:43:49 +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 [Fix] Pause is handled on opening a window, but for safety it is best to handle pause on menu open. 2013-02-19 23:25:15 +00:00
menu.h [Add] Rudementory Hyperspace travel. Still a work in progress. ;) 2013-02-20 19:34:30 +00:00
music.c [Fix] Mkay. Sound seems to be working without any problems now. 2013-02-22 22:07:42 +00: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 [Add] Basic audio framework and some sounds. Give me another 30 mins and it will work. :) 2013-02-22 01:59:19 +00: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 [Add] Sound base support. 2013-02-22 05:34:24 +00: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] Slight change to pack file to append '\0' to string. 2013-02-15 20:48:55 +00:00
pack.h [Add] Ai profile support. 2013-02-09 00:53:37 +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 [Add] It is now possible to disable ships - No death yet. 2013-02-14 17:55:31 +00:00
physics.h [Add] New GUI. 2013-02-13 13:59:38 +00:00
pilot.c [Fix] Mkay. Sound seems to be working without any problems now. 2013-02-22 22:07:42 +00:00
pilot.h [Fix] Mkay. Sound seems to be working without any problems now. 2013-02-22 22:07:42 +00:00
player.c [Fix] Mkay. Sound seems to be working without any problems now. 2013-02-22 22:07:42 +00: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 [Add] Audio engine is now working, it It's fully tuned enough yet however. 2013-02-22 04:06:47 +00:00
ship.h [Add] Audio engine is now working, it It's fully tuned enough yet however. 2013-02-22 04:06:47 +00:00
sound.c [Fix] Woops. .wav sounds not loading into memory propperly. 2013-02-23 00:19:51 +00:00
sound.h [Fix] Mkay. Sound seems to be working without any problems now. 2013-02-22 22:07:42 +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 [Fix] Mkay. Sound seems to be working without any problems now. 2013-02-22 22:07:42 +00: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