Lephisto/src
2014-04-13 23:55:16 +01:00
..
ai.c [Fix] Properly fixed the valgrind issues without causing more. 2014-03-10 16:48:42 +00:00
ai.h [Remove] Removed the disgusting TYPE_PTR from ai. 2014-01-05 21:32:25 +00:00
base64.c [Change] It's about time I changed the deprecated malloc headers in 2014-04-10 00:36:53 +01:00
base64.h [Fix] Base64 encoder/decoder actually werks now! 2013-05-23 19:46:23 +01:00
board.c [Fix] Fixed a buffer overrun. 2014-03-10 14:51:37 +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] Ignore weird collisions in lines. 2014-03-07 19:35:09 +00:00
collision.h [Add] Some untested collision detection routines. 2013-09-15 22:34:11 +01:00
colour.c [Fix] Jeez, changed colour of fuel gauge, it blended too much with 2014-04-13 23:40:38 +01:00
colour.h [Change] Major rewrite of xml parser, increased sanity checks. 2014-04-08 21:28:52 +01:00
comm.c [Change] Change data type to unsigned int for prices rather than signed 2014-03-10 14:59:09 +00:00
comm.h [Add] Added communication framework allowing you to interact with other pilots/planets. 2014-01-01 21:44:00 +00:00
conf.c [Change] Improved the keybind loading system somewhat. 2014-03-18 15:23:42 +00:00
conf.h Ahem. Forgot headers. Apparently, all the source/header should be updated. Woops 2013-06-22 22:17:28 +02:00
dialogue.c [Fix] Minor flag bug and small menu no longer opens over dialogues. 2014-03-06 04:38:04 +00:00
dialogue.h [Fix] Minor flag bug and small menu no longer opens over dialogues. 2014-03-06 04:38:04 +00:00
economy.c [Add] Economy now dynamically flutuates slightly. 2014-04-12 20:32:54 +01:00
economy.h [Add] Initial work on implementing a dynamic economy. 2014-04-11 02:08:28 +01:00
escort.c [Fix] Removed more possible seg faults. 2014-03-07 23:35:52 +00:00
escort.h [Add] Added escort control ai Lua bindings. 2013-12-31 06:08:01 +00:00
explosion.c [Add] Lua logic for traders. 2013-11-26 15:07:41 +00:00
explosion.h [Add] Added explosions, only being used on deaths right now. 2013-11-24 21:56:40 +00:00
faction.c [Change] A ton of code cleanup and optimizations. 2014-04-12 23:29:15 +01:00
faction.h [Add] Major additions to communication panel. 2014-01-20 23:34:44 +00:00
font.c [Change] Added round() in font system to try improving the quality of 2014-03-11 22:29:34 +00:00
font.h [Change] Extracted some more common font code. 2014-02-11 04:18:03 +00:00
hook.c [Change] It's about time I changed the deprecated malloc headers in 2014-04-10 00:36:53 +01:00
hook.h Ahem. Forgot headers. Apparently, all the source/header should be updated. Woops 2013-06-22 22:17:28 +02:00
input.c [Fix] You shouldn't be able to target ships while the game is paused. :/ 2014-04-09 21:05:21 +01:00
input.h [Add] You can now set keybindings by key name. 2014-03-18 15:12:04 +00:00
intro.c [Add] Added intro music. 2014-03-06 01:59:13 +00:00
intro.h [Add] Added introductory text. 2014-03-04 00:19:56 +00:00
joystick.c [Change] Initialize the joystick before sound. 2014-04-09 21:07:15 +01:00
joystick.h Ahem. Forgot headers. Apparently, all the source/header should be updated. Woops 2013-06-22 22:17:28 +02:00
land.c [Add] Initial work on implementing a dynamic economy. 2014-04-11 02:08:28 +01:00
land.h [Fix] Fixed diffs getting wiped when loading and some cleanup on planet landing. 2013-12-12 23:14:10 +00:00
lephisto.c [Add] Initial work on implementing a dynamic economy. 2014-04-11 02:08:28 +01:00
lephisto.h [Change] Major rewrite of xml parser, increased sanity checks. 2014-04-08 21:28:52 +01:00
lfile.c [Add] Support for FreeBSD. Had to play around with the physics slightly 2014-04-10 01:07:20 +01:00
lfile.h [Add] Create ~/.lephisto/conf if not found. Though, leave it empty. 2014-03-10 22:56:34 +00:00
llua_faction.c [Change] Faction and combat ratings are now continuous. 2013-12-31 17:38:02 +00:00
llua_faction.h [Add] Added faction metatable to Lua API. 2013-12-16 23:43:31 +00:00
llua_pilot.c [Add] New Lua bindings. 2014-03-04 02:12:13 +00:00
llua_pilot.h [Add] Pilots now use metatables. [Change] Moved Lua pilot stuff into it's own file. 2013-11-16 05:20:55 +00:00
llua_space.c [Add] New Lua bindings. 2014-03-04 02:12:13 +00:00
llua_space.h [Add] First 2D vector support for lua. 2013-11-14 05:01:25 +00:00
llua.c [Add] Added math lib to basic llua. 2014-01-25 19:29:42 +00:00
llua.h [Change] No longer calling luaopen directly. 2013-06-30 17:07:06 +01:00
lluadef.h [Add] Automagically give backtraces in DEBUG mode. 2013-11-26 18:23:50 +00:00
log.h [Add] Support for FreeBSD. Had to play around with the physics slightly 2014-04-10 01:07:20 +01:00
ltime.c [Add] Initial work on implementing a dynamic economy. 2014-04-11 02:08:28 +01:00
ltime.h Ahem. Forgot headers. Apparently, all the source/header should be updated. Woops 2013-06-22 22:17:28 +02:00
map.c [Add] Initial work on implementing a dynamic economy. 2014-04-11 02:08:28 +01:00
map.h [Fix] Map will now always close on new/load game. 2013-12-31 18:38:38 +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 [Fix] Fixed ship continually accelerating after coming out of 2014-04-13 23:28:44 +01:00
menu.h [Add] Began adding first stages of options menu. 2014-03-10 00:42:46 +00:00
misn_lua.c [Fix] Too many missions without any "active missions". 2014-04-13 23:26:07 +01:00
misn_lua.h [Add] Actually load the diff library in mission Lua. 2013-12-14 00:11:11 +00:00
mission.c [Fix] Too many missions without any "active missions". 2014-04-13 23:26:07 +01:00
mission.h [Add] Mission destinations are now marked when selecting mission at the 2014-03-17 00:22:46 +00:00
music.c [Change] A ton of code cleanup and optimizations. 2014-04-12 23:29:15 +01:00
music.h [Fix] Changing volume level actually works now. 2014-03-16 20:02:46 +00:00
nebulae.c [Change] Try to create the gen directory before creating nebulae in case 2014-03-13 20:03:58 +00:00
nebulae.h [Add] Some error checking in nebulae subsystem to avoid infinite loop. 2013-08-10 17:36:08 +01:00
opengl.c [Add] More FSAA awareness. 2014-03-06 16:16:58 +00:00
opengl.h [Add] More FSAA awareness. 2014-03-06 16:16:58 +00:00
options.c [Add] Added options menu for audio and faders. 2014-04-08 23:48:35 +01:00
options.h [Add] Added options menu for audio and faders. 2014-04-08 23:48:35 +01:00
outfit.c [Change] A ton of code cleanup and optimizations. 2014-04-12 23:29:15 +01:00
outfit.h [Add] Initial implentation of licenses, licenses are to be purchased 2014-04-09 20:55:15 +01:00
pack.c [Change] It's about time I changed the deprecated malloc headers in 2014-04-10 00:36:53 +01:00
pack.h [Change] It's about time I changed the deprecated malloc headers in 2014-04-10 00:36:53 +01:00
pause.c [Add] 2x speed modifier by manipulating dt modifier. 2014-03-17 01:56:39 +00:00
pause.h [Add] 2x speed modifier by manipulating dt modifier. 2014-03-17 01:56:39 +00:00
perlin.c [Change] Refactored 2d/3d fractals, should speed up generation of the 2014-04-13 01:33:47 +01:00
perlin.h [Change] Restructured a little to prepare for puffs of nebulae. 2013-07-22 15:53:09 +01:00
physics.c [Add] Support for FreeBSD. Had to play around with the physics slightly 2014-04-10 01:07:20 +01:00
physics.h [Add] Added an indication on minimap as to where targeted planets 2014-03-15 17:42:10 +00:00
pilot.c [Fix] Autonav won't be interrupted once you start your hyperspace drive 2014-04-13 23:54:42 +01:00
pilot.h [Change] Some more clean up. 2014-04-10 20:09:23 +01:00
plasmaf.c [Change] Hardcoded everything to have three dimensions. [perlin noise.] 2013-07-12 19:05:39 +01:00
plasmaf.h [Add] Hellz YEAH! Here's some initial plasma fractals, all working and stuff. 2013-03-28 17:20:29 +00:00
player.c [Add] Initial work on implementing a dynamic economy. 2014-04-11 02:08:28 +01:00
player.h [Add] Licences are viewable through outfits menu. 2014-04-09 21:33:30 +01:00
rng.c [Change] Some minor clean up. 2014-04-10 18:23:54 +01:00
rng.h [Add] Documentation for random number generations. 2013-10-10 20:34:58 +01:00
save.c [Add] Initial work on implementing a dynamic economy. 2014-04-11 02:08:28 +01:00
save.h [Add] Filesystem abstraction and path based stuff. 2013-05-14 22:16:10 +01:00
ship.c [Change] Some code clean up and optimization. 2014-04-11 21:52:11 +01:00
ship.h [Add] Initial implentation of licenses, licenses are to be purchased 2014-04-09 20:55:15 +01:00
sound.c [Fix] Changing volume level actually works now. 2014-03-16 20:02:46 +00:00
sound.h [Fix] Changing volume level actually works now. 2014-03-16 20:02:46 +00:00
space.c [Add] Economy now dynamically flutuates slightly. 2014-04-12 20:32:54 +01:00
space.h [Add] Economy now dynamically flutuates slightly. 2014-04-12 20:32:54 +01:00
spfx.c [Add] Documented specail effects. 2013-11-01 19:27:18 +00:00
spfx.h [Add] Documented specail effects. 2013-11-01 19:27:18 +00:00
toolkit.c [Add] Added options menu for audio and faders. 2014-04-08 23:48:35 +01:00
toolkit.h [Add] Added options menu for audio and faders. 2014-04-08 23:48:35 +01:00
unidiff.c [Change] It's about time I changed the deprecated malloc headers in 2014-04-10 00:36:53 +01:00
unidiff.h [Add] First release of unidiff - Save changes to the universe in a diff format. 2013-12-10 22:51:00 +00:00
weapon.c [Change] It's about time I changed the deprecated malloc headers in 2014-04-10 00:36:53 +01:00
weapon.h [Change] Some corrections for rendering weapons with delta time. 2013-12-15 17:30:50 +00:00
xml.h [Change] Major rewrite of xml parser, increased sanity checks. 2014-04-08 21:28:52 +01:00