Commit Graph

2196 Commits

Author SHA1 Message Date
Allanis
bc0ebf678e [Fix] Pathfinding doesn't seg fault anymore? 2013-06-16 16:05:04 +01:00
Allanis
7547bb80c5 [Change] Exiting from a game drops you to main menu instead of simply quiting. 2013-06-16 12:45:51 +01:00
Allanis
5800461f1d [Add] Possibility to delete save games. 2013-06-16 02:25:04 +01:00
Allanis
2120f5da90 [Fix] Accidently used assignment operator rather than logical to check if a file exists. :/ 2013-06-16 02:09:58 +01:00
Allanis
234a73635c [Fix] Forgot to load snd/music.lua into packfile. 2013-06-16 01:12:59 +01:00
Allanis
25cd9e3ae5 [Fix] type trying to enable a button. 2013-06-15 20:29:11 +01:00
Allanis
4b70ff9137 [Add] _POSIX_SOURCE if we are on Linux. 2013-06-14 13:53:09 +01:00
Allanis
7e0963ad35 [Fix] Possible buffer overflows with strncpy. 2013-06-14 13:50:08 +01:00
Allanis
edd3f9cd54 [Add] Doxygen support. 2013-06-11 23:56:43 +01:00
Allanis
16baff189e [Change] Added a few nazi flags, and fixed code up a little. 2013-06-11 22:50:04 +01:00
Allanis
56d0b46b14 Merge branch 'testing' 2013-06-10 21:16:22 +01:00
Allanis
d5b80c1522 [Change] Improved music handling. 2013-06-10 21:15:48 +01:00
Allanis
5864bf9cdf Merge branch 'testing' 2013-06-10 19:20:15 +01:00
Allanis
82f724eb04 [Add] Music is now controlled by lua, now we can set music based on scenario. ^.^ 2013-06-10 19:19:26 +01:00
Allanis
5e975e5d3b Merge branch 'testing' 2013-06-10 00:42:44 +01:00
Allanis
3c4383b325 [Change] Cleaned up the ai lua wrappers a bit, needs plenty more work. 2013-06-10 00:42:08 +01:00
Allanis
f15b2b50a6 Merge branch 'testing' 2013-06-09 19:35:16 +01:00
Allanis
32d57143d4 [Add] I'll need another lifetime to get through this TODO list.. 2013-06-09 19:34:41 +01:00
Allanis
e57c6768b7 [Change] Began cleaning lua wrappers up a bit. 2013-06-09 19:33:26 +01:00
Allanis
94f12831d6 [Add] -Wextra to debug build. 2013-06-09 17:12:57 +01:00
Allanis
8976622b73 [Change] Make sounds play fully. 2013-06-09 17:09:35 +01:00
Allanis
331cc86c98 [Fix] Potential issues with reallocs. Added more comments too. 2013-06-09 17:04:44 +01:00
Allanis
44dbdaaf91 [Fix] Changed some input things to hopefully prevent blocking. 2013-06-09 16:39:48 +01:00
Allanis
0c4e672f05 [Add] Updated TODO. 2013-06-09 16:22:41 +01:00
Allanis
ebb67fd966 [Fix] Forgot to exit alut. 2013-06-09 16:21:37 +01:00
Allanis
12eae87db9 [Add] Shoot me. But I have added alut as a dep. It loads sounds well. Engine sounds are now playing too. 2013-06-09 16:19:54 +01:00
Allanis
0b402d6c15 [Add] Added a few more libraries to .clang_complete. 2013-06-07 21:33:06 +01:00
Allanis
8d3d58ffb4 [Things] An assortment of fixes, also added afterburner sounds. 2013-06-06 21:44:57 +01:00
Allanis
b2eb68d38c [Fix] Typo errors..... 2013-06-04 20:28:56 +01:00
Allanis
7f74fbfff4 [Fix] Some sound cleanup and fixed potential bugs. 2013-06-04 19:43:39 +01:00
Allanis
7fc15f650c [Fix] Corrected small desciation on all sprites. 2013-06-04 17:02:42 +01:00
Allanis
fb326610f6 [Fix] [Phase 4] Clean up sounds a better. Fixed segfaults. Added some more sounds. 2013-06-04 16:58:38 +01:00
Allanis
f191a1d824 [Fix] [Phase 3] Sound is enabled by default again. 2013-06-04 16:40:30 +01:00
Allanis
2ac26a5aed [Fix] [Phase 2] Almost there, Don't use this build, it is unstable. 2013-06-04 16:32:15 +01:00
Allanis
6870dd2057 [Add] Sound System [Phase 1] Cleaned up and made a few fixed ready for [phase 2.] 2013-06-04 16:08:59 +01:00
Allanis
65e25f6ce0 [Change] Moved from damage_armour and co, to just damage and damagetype. 2013-06-04 12:06:39 +01:00
Allanis
493f67691e [Change] New philosophy. When you swap ships, your cargo should stay with you, will fix issues. Also, major outfit add/rm cleanup. 2013-06-03 22:22:50 +01:00
Allanis
f749e6b10f [Fix] Stupid typo in lua cargo missions. 2013-06-02 22:52:48 +01:00
Allanis
123ddb3d46 [Add] Cargo affects weight. Also fixed bug when changing ships. 2013-06-02 16:43:16 +01:00
Allanis
28e936b828 [Change] Use a config file from home directory. 2013-06-02 16:28:37 +01:00
Allanis
7261454fbc [Add] New outfit [Railgun] and new laser graphics. 2013-06-02 16:26:00 +01:00
Allanis
00730b50a7 [Clean] gl_screen.[wh] = SCREEN_[WH] in most places. 2013-06-02 14:43:24 +01:00
Allanis
d8f3372abe [Fix] Some outstanding bugs in OpenGL textures. 2013-06-02 14:12:15 +01:00
Allanis
a6805df42d [Fix] Segfault when trying to land on a system with no planets. 2013-06-02 13:57:00 +01:00
Allanis
fee98162a6 [Fix] OpenGL blitting stuff. 2013-06-01 21:59:08 +01:00
Allanis
61cb4a3f67 [Change] Have pilots re-calculate cargo load when calculating stats. 2013-06-01 20:25:40 +01:00
Allanis
d0171998c4 [Fix] Delete a hook that shouldn't be there for some reason it get's stuck.
[Fix] Makefile infinate loop.
2013-06-01 19:49:14 +01:00
Allanis
cec46124f8 [Change] Updated TODO. 2013-06-01 19:37:52 +01:00
Allanis
9701687dc7 [Fix] I haz been told that older versions of gcc won't compile this. I say FFFFUUUUU!! 2013-06-01 19:34:40 +01:00
Allanis
273607eda0 [Add] You can now use lua as conditions for missions. 2013-06-01 19:11:38 +01:00