Commit Graph

1837 Commits

Author SHA1 Message Date
Allanis
804a8a03f5 Merge branch 'dev' 2014-04-14 20:52:39 +01:00
Allanis
a77acab723 [Add] Removed drones and added empire patrols. 2014-04-14 20:52:03 +01:00
Allanis
10f150b751 Merge branch 'dev' 2014-04-14 01:12:29 +01:00
Allanis
943dc931fd [Add] Interference is generated and renders quite nicely. 2014-04-14 01:11:57 +01:00
Allanis
e5dfc56750 Merge branch 'dev' 2014-04-13 23:55:16 +01:00
Allanis
8fb96809ca [Fix] Autonav won't be interrupted once you start your hyperspace drive
now.
2014-04-13 23:54:42 +01:00
Allanis
ba960cf651 [Fix] Jeez, changed colour of fuel gauge, it blended too much with
nebulae.
2014-04-13 23:40:38 +01:00
Allanis
03b53b5b7c [Fix] Off by two pixels. 2014-04-13 23:35:20 +01:00
Allanis
a479477b8b [Fix] Fixed all instances of NGC system typos. 2014-04-13 23:30:32 +01:00
Allanis
ea64abe980 [Fix] Fixed ship continually accelerating after coming out of
autonavigation.
2014-04-13 23:28:44 +01:00
Allanis
e536ab4da3 [Fix] Too many missions without any "active missions". 2014-04-13 23:26:07 +01:00
Allanis
8f7776217b [Change] Refactored 2d/3d fractals, should speed up generation of the
nebulae puffs, but it's still slower than I would like.
2014-04-13 01:33:47 +01:00
Allanis
f74603ab35 [Change] A ton of code cleanup and optimizations. 2014-04-12 23:29:15 +01:00
Allanis
6769b024b3 [Change] Cleaned up some code. 2014-04-12 21:04:39 +01:00
Allanis
2e65fb94a1 [Remove] I can go ahead and remove the dynamic economy out of the TODO
now.
2014-04-12 20:35:40 +01:00
Allanis
d3c38d90f7 [Add] Economy now dynamically flutuates slightly. 2014-04-12 20:32:54 +01:00
Allanis
1d594b669d [Change] Tweaked some economy values. 2014-04-11 22:26:59 +01:00
Allanis
6844e4f5b8 [Change] Some code clean up and optimization. 2014-04-11 21:52:11 +01:00
Allanis
38a0328d66 [Removed] Removed some debug stuff. 2014-04-11 21:20:37 +01:00
Allanis
678c4d4b51 [Add] Added population and production factor data for dynamic economy. 2014-04-11 21:01:51 +01:00
Allanis
6285fb0629 [Add] Initial work on implementing a dynamic economy. 2014-04-11 02:08:28 +01:00
Allanis
da58e41da9 [Change] Some more clean up. 2014-04-10 20:09:23 +01:00
Allanis
b6ede4eb01 [Add] Added CSparse lib for linear algebra. 2014-04-10 19:06:30 +01:00
Allanis
69ad2fd3bb [Change] Some minor clean up. 2014-04-10 18:23:54 +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
2809e5323f [Change] It's about time I changed the deprecated malloc headers in
favour of stdlib right?
2014-04-10 00:36:53 +01:00
Allanis
0aeb4dcdf6 [Add] Added store textures for license. 2014-04-10 00:20:32 +01:00
Allanis
15ccc2bd0d [Add] Added many more ship/weapon licenses. 2014-04-09 23:47:41 +01:00
Allanis
6483dccab3 [Change] Fixed handling of outfit license. 2014-04-09 21:47:00 +01:00
Allanis
8a183c2e22 [Add] Licences are viewable through outfits menu. 2014-04-09 21:33:30 +01:00
Allanis
d11385b452 [Change] Initialize the joystick before sound. 2014-04-09 21:07:15 +01:00
Allanis
0244ff470e [Fix] You shouldn't be able to target ships while the game is paused. :/ 2014-04-09 21:05:21 +01:00
Allanis
233b8b96f0 [Add] Initial implentation of licenses, licenses are to be purchased
before given permission to buy various ships/weapons.
2014-04-09 20:55:15 +01:00
Allanis
f8701e4bdc [Add] Added options menu for audio and faders. 2014-04-08 23:48:35 +01:00
Allanis
6a65458f90 [Add] Fancy new HUD 2014-04-08 21:55:12 +01:00
Allanis
fa3c8ab7da [Fix] Fixed broken handling of health textures. 2014-04-08 21:43:23 +01:00
Allanis
e9d216446d [Change] Major rewrite of xml parser, increased sanity checks. 2014-04-08 21:28:52 +01:00
Allanis
8f96995c8f [Change] Changed gui.xml to use a cleaner format. 2014-03-19 21:48:10 +00:00
Allanis
5ab3eafc4d [Fix] Oops, let's not return if the player has just enough credits. 2014-03-18 15:26:32 +00:00
Allanis
cdd5549ad3 [Change] Improved the keybind loading system somewhat. 2014-03-18 15:23:42 +00:00
Allanis
770bad9ecc [Remove] Cleaned up an additional lua_remove() call. 2014-03-18 15:17:07 +00:00
Allanis
1fcc6be891 [Add] You can now set keybindings by key name. 2014-03-18 15:12:04 +00:00
Allanis
e57782523b [Fix] I'm confused, but 2x speed works now. :S 2014-03-17 02:08:43 +00:00
Allanis
355ccfd65e [Add] 2x speed modifier by manipulating dt modifier.
[Fix] Fixed double free on keybindings opening.
2014-03-17 01:56:39 +00:00
Allanis
ee57228de5 [Add] Mission destinations are now marked when selecting mission at the
mission computer.
2014-03-17 00:22:46 +00:00
Allanis
3e97d1eea7 [Fix] Changing volume level actually works now. 2014-03-16 20:02:46 +00:00
Allanis
4884c04541 [Change] Bumped version 0.3.3 => 0.3.4 2014-03-16 07:55:02 +00:00
Allanis
204978375c [Change] Some minor tweaks. 2014-03-16 07:42:52 +00:00
Allanis
8f3cb968d3 [Change] Increased amount of credits you can possibly pillage from
ships.
2014-03-16 06:57:06 +00:00
Allanis
2be9749940 [Add] Some nice additions to keybinds menu, showing bindings in both
naviation/information pane.
2014-03-16 06:51:15 +00:00