Lephisto/src
2013-03-23 20:23:15 +00:00
..
ai.c [Fix] Uninitailized code error. 2013-03-22 18:44:29 +00:00
ai.h [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
board.c [Change] Use player->credits as apposed to player_credits 2013-03-23 01:30:27 +00:00
board.h [Change] Seperated boarding from player.c to board.c. Fixed ship information panel. 2013-02-27 15:38:15 +00:00
collision.c [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
collision.h [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
colour.c [Change] Tab to spaces in xml/lua. 2013-03-21 00:46:40 +00:00
colour.h [Change] All tabs back to spaces. 2013-03-21 00:27:05 +00:00
conf.c [Fix] Potential seg fault. 2013-03-21 23:13:47 +00:00
conf.h [Add] Start of toolkit framework, we will manage windows etc here. 2013-02-16 20:01:00 +00:00
economy.c [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
economy.h [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
faction.c [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
faction.h [Change] Just some C correctiveness. 2013-02-26 15:47:56 +00:00
font.c [Fix] Finaly think I fixed gl_printText properly!! 2013-03-22 21:12:31 +00:00
font.h [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
input.c [Add] Simple yes/no confirmation dialog. 2013-03-23 19:48:52 +00:00
input.h [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
joystick.c [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +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] Dialogue input. 2013-03-23 20:23:15 +00:00
land.h [Add] Basic toolkit for window/widget rendering etc. 2013-02-17 19:51:31 +00:00
lephisto.c [Add] Simple yes/no confirmation dialog. 2013-03-23 19:48:52 +00:00
lephisto.h [Change] All tabs back to spaces. 2013-03-21 00:27:05 +00:00
log.h [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
map.c [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
map.h [Add] Basic map support, Added gl_drawCircle and gl_drawCircleInRect 2013-03-09 22:07:28 +00:00
md5.c [Change] All tabs back to spaces. 2013-03-21 00:27:05 +00:00
md5.h [Change] All tabs back to spaces. 2013-03-21 00:27:05 +00:00
menu.c [Add] Can now change ships once purchased more, and also have them transported to another planet. 2013-03-22 23:28:16 +00:00
menu.h [Change] All tabs back to spaces. 2013-03-21 00:27:05 +00:00
music.c [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +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 [Fix] Needs a better fix. But fullscreen is working again! 2013-03-23 03:19:46 +00:00
opengl.h [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
outfit.c [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
outfit.h [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
pack.c [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
pack.h [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
pause.c [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
pause.h [Add] Hopefully this will prevent dt intervels being too big. 2013-02-27 04:43:16 +00:00
physics.c [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
physics.h [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
pilot.c [Add] Can now change ships once purchased more, and also have them transported to another planet. 2013-03-22 23:28:16 +00:00
pilot.h [Add] Can now change ships once purchased more, and also have them transported to another planet. 2013-03-22 23:28:16 +00:00
player.c [Add] Dialogue input. 2013-03-23 20:23:15 +00:00
player.h [Change] Use player->credits as apposed to player_credits 2013-03-23 01:30:27 +00:00
rng.c [Add] Command line option. 2013-02-01 02:32:29 +00:00
rng.h [Change] All tabs back to spaces. 2013-03-21 00:27:05 +00:00
ship.c [Add] player_ships and player_getShip to manipulate player ships. 2013-03-22 20:17:16 +00:00
ship.h [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
sound.c [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
sound.h [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
space.c [Fix] minor mem leak. 2013-03-22 18:35:11 +00:00
space.h [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
spfx.c [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
spfx.h [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
toolkit.c [Add] Dialogue input. 2013-03-23 20:23:15 +00:00
toolkit.h [Add] Dialogue input. 2013-03-23 20:23:15 +00:00
weapon.c [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
weapon.h [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
xml.h [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00