Commit Graph

102 Commits

Author SHA1 Message Date
Allanis
b6ede4eb01 [Add] Added CSparse lib for linear algebra. 2014-04-10 19:06:30 +01:00
Allanis
a17b7792f3 [Add] Support for FreeBSD. Had to play around with the physics slightly
as FreeBSD didn't like the optimizations in Runge-Kuta forcing it to
eventually become NaN.
2014-04-10 01:07:20 +01:00
Allanis
4884c04541 [Change] Bumped version 0.3.3 => 0.3.4 2014-03-16 07:55:02 +00:00
Allanis
8e976d5bf9 [Fix] Added -DGL_GLEXT_PROTOTYPES to remove some implicit declaration
warnings that some systems will issue.
2014-03-15 00:28:44 +00:00
Allanis
9c2898e0ea [Change] DATA_DEF should work better now. 2014-03-10 00:04:27 +00:00
Allanis
99d9327439 [Change] Revamped the ship classes. I've yet to change them in the data files. 2014-03-09 23:23:13 +00:00
Allanis
dcbf81973f [Change] r/pkg-config/libpng-config 2014-03-09 21:32:49 +00:00
Allanis
8622cf0b35 [Change] Handle libpng dependancy a little better. 2014-03-09 21:28:47 +00:00
Allanis
567ccb8d59 [Change] Updated version to 0.3.3 2014-03-08 00:15:57 +00:00
Allanis
e52307ce0a [Fix] Limiting speed on dumb weapons so the don't "hyperspace". 2014-03-08 00:14:49 +00:00
Allanis
26c1fda143 [Change] Build system improvements.
[Change] Lowered debug level from -g3 to -g to reduce size.
2014-03-08 00:10:54 +00:00
Allanis
b198d794f0 [Change] Cleaned up makefile somewhat. 2014-03-04 02:41:51 +00:00
Allanis
e9276b5704 [Add] Added introductory text. 2014-03-04 00:19:56 +00:00
Allanis
45333c33d5 [Add] Actually use the new loading graphics. 2014-02-02 19:49:56 +00:00
Allanis
0dd49b7f5b [Fix] Fixed mem leak. 2014-01-06 19:53:29 +00:00
Allanis
45dd236662 [Change] Some more Makefile improvements. 2014-01-04 02:26:24 +00:00
Allanis
1e07c0e973 [Add] Support for defining your own data path in the makefile. 2014-01-01 01:08:40 +00:00
Allanis
2b29e1d0cd [Change] Version set to 0.3.1 2014-01-01 01:04:39 +00:00
Allanis
3ab5bb9313 [Change] Renamed data file from data -> ldata. 2013-12-31 19:00:55 +00:00
Allanis
42ec3958e1 [Change] Bumped version from 0.0.1 to 0.3.0 2013-12-31 18:55:09 +00:00
Allanis
6e5a6f85ee [Change] Collective campaign now takes failure into account. 2013-12-31 16:52:43 +00:00
Allanis
a1d275b9ba [Change] Merged some wildcard expressions. 2013-12-31 07:33:25 +00:00
Allanis
07ce433470 [Change] Nerfed Lancelots somewhat now we have our own dev test ship. 2013-12-31 07:27:58 +00:00
Allanis
1037ee54a6 [Add] Added another dependancy that will unlikely change. 2013-12-31 07:22:33 +00:00
Allanis
36239834db [Add] Missing a dependancy. 2013-12-31 07:21:32 +00:00
Allanis
de7fecbd76 [Change] Removed many external commands from makefile. 2013-12-31 07:19:53 +00:00
Allanis
01a9ae0513 [Change] Cleaned makefile up a fair bit. 2013-12-31 05:42:27 +00:00
Allanis
b09adfb92c [Fix] Ton more fixes. F*CK YOU XML! 2013-12-14 23:11:27 +00:00
Allanis
fbdb944f88 [Dunno] A ton of new systems/planets. Added final mission for starting campaign. Fixed a ton of stuff. 2013-12-14 21:30:58 +00:00
Allanis
fdd5e930f5 [Add] First release of unidiff - Save changes to the universe in a diff format. 2013-12-10 22:51:00 +00:00
Allanis
fef6cefe05 [Fix] A few minor fixes. 2013-12-10 03:56:18 +00:00
Allanis
2a69789a24 [Add] Automagically give backtraces in DEBUG mode. 2013-11-26 18:23:50 +00:00
Allanis
8e4b78621e [Change] Makefile is a little cleaner. 2013-10-04 17:33:01 +01:00
Allanis
71ab2d863f [Add] Added outfit states and beam hit function. Also added compile option for clang. 2013-09-23 22:59:01 +01:00
Allanis
de775cb7f8 [Add] "make bin" option to only make binary. 2013-08-31 14:24:22 +01:00
Allanis
ca4c910ec8 [Add] Preliminary doxygen support. 2013-08-31 14:19:36 +01:00
Allanis
897bc36111 [Change] Re-wrote entire sound system with SDL_mixer. 2013-08-23 20:18:04 +01:00
Allanis
ae1cc7c494 [Add] Make assert(0) on WARN optional with DEBUG_PARANOID. 2013-08-22 18:31:28 +01:00
Allanis
a580cdeed3 [Change] ai.dist() now accepts pilot id's as parameter. 2013-07-07 19:11:14 +01:00
Allanis
b7c83b5b24 [Add] -Wunused to CFLAGS. 2013-07-06 15:42:38 +01:00
Allanis
830c6e0100 [Add] Stack protector flags to DEBUG build. 2013-07-04 13:48:40 +01:00
Allanis
c464e7d056 [Remove] -fno-inline, potentially harm debug performance with no extra gain. 2013-07-04 13:46:10 +01:00
Allanis
185039ae62 [Change] Cleaned up some variable/function names, also added -Wshadow CFLAG. 2013-06-28 16:08:56 +01:00
Allanis
5eff5317c6 [Add] Using -Wpointer-arith flag. 2013-06-28 13:23:01 +01:00
Allanis
03ca0bf5d2 [Add] Adding a ton more systems, optimised graphics etc. 2013-06-22 17:19:13 +01:00
Allanis
234a73635c [Fix] Forgot to load snd/music.lua into packfile. 2013-06-16 01:12:59 +01:00
Allanis
4b70ff9137 [Add] _POSIX_SOURCE if we are on Linux. 2013-06-14 13:53:09 +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
94f12831d6 [Add] -Wextra to debug build. 2013-06-09 17:12:57 +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