Allanis
|
430fe0bb1f
|
[Change] Thrust is per ton, makes more sense.
|
2013-08-10 17:11:49 +01:00 |
|
Allanis
|
6bc5e6d5af
|
[Add] You can now specify target graphic different from normal gfx.
|
2013-08-03 13:25:43 +01:00 |
|
Allanis
|
9dc797a8a3
|
[Add] Just a few more comments. :/
|
2013-07-01 19:49:13 +01:00 |
|
Allanis
|
d53caec803
|
[Change] Renamed ships to ship_nstack to follow current convention.
|
2013-06-26 21:21:46 +01:00 |
|
Steven Arnow
|
a2bb0df939
|
All C++-comments in src/ should now be C89 comments
|
2013-06-22 22:10:25 +02:00 |
|
Allanis
|
709c611a20
|
[Add] Fuel info to ship information panel.
|
2013-05-16 21:26:17 +01:00 |
|
Allanis
|
25adf125e4
|
[Change] Preparations for adding fuel.
|
2013-05-16 19:15:00 +01:00 |
|
Allanis
|
a6bca29fa1
|
[Add] Log more verbose, and added a variable stack to missions.
|
2013-04-20 14:36:23 +01:00 |
|
Allanis
|
8a1e7133c6
|
[Add] player_ships and player_getShip to manipulate player ships.
|
2013-03-22 20:17:16 +00:00 |
|
Allanis
|
127e76c542
|
[Fix] minor mem leak.
|
2013-03-22 18:35:11 +00:00 |
|
Allanis
|
6a7c051851
|
[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 |
|
Allanis
|
4ea444b9ae
|
[Change] All tabs back to spaces.
|
2013-03-21 00:27:05 +00:00 |
|
Allanis
|
4bff93e148
|
[Add] More ship types.
|
2013-03-16 19:24:06 +00:00 |
|
Allanis
|
6c50e56894
|
[Add] "special" techs. Basically finished tech stuff.
|
2013-03-16 19:04:19 +00:00 |
|
Allanis
|
6802c39eec
|
[Add] Preliminary tech support. (only raw, no special tech yet).
|
2013-03-16 18:44:06 +00:00 |
|
Allanis
|
1d6b0268b5
|
[Change] Cleaned up codebase to not exceed 80 characters.
|
2013-03-10 14:18:07 +00:00 |
|
Allanis
|
b3c9fe74ca
|
[Fix] Forgot to free ship description.
|
2013-03-07 15:44:31 +00:00 |
|
Allanis
|
e6b28a1634
|
[Add] Shipyard information on manufacturer and purchase price etc.
|
2013-03-07 14:36:17 +00:00 |
|
Allanis
|
1b4bea7b1f
|
[Add] Visualization and description of ships in the shipyard.
|
2013-03-07 14:11:02 +00:00 |
|
Allanis
|
c5280cb4b3
|
[Add] More list support. More shipyard features. Allow for NULL text in widget.
|
2013-03-06 21:52:33 +00:00 |
|
Allanis
|
9aa025e812
|
[Fix] Aligned ship information properly in panel.
|
2013-02-27 17:39:20 +00:00 |
|
Allanis
|
5694a0b598
|
[Change] Seperated boarding from player.c to board.c. Fixed ship information panel.
|
2013-02-27 15:38:15 +00:00 |
|
Allanis
|
ae84dcf911
|
[Add] outfits and ships now have a price tag.
|
2013-02-27 15:12:59 +00:00 |
|
Allanis
|
ddadb068fe
|
[Change] Compressed the debug messages.
|
2013-02-27 14:36:56 +00:00 |
|
Allanis
|
a10931b7b6
|
[Fix] Clearing out some warning that I allowed to slip in.
|
2013-02-26 17:48:47 +00:00 |
|
Allanis
|
efe9970854
|
[Add] Information and ship spec widows with keybins 'i'
[Change] Cleaned up some MELEMENT sanity checks.
|
2013-02-24 17:55:59 +00:00 |
|
Tamir Atias
|
166dcc95f7
|
[Change] Renamed main.* to lephisto.*.
|
2013-02-23 22:38:03 +02:00 |
|
Allanis
|
529ca21644
|
[Add] Audio engine is now working, it It's fully tuned enough yet however.
[Change] Refactored ship.c to comply with xml.* standards.
|
2013-02-22 04:06:47 +00:00 |
|
Allanis
|
14e525078e
|
[Add] Basic toolkit for window/widget rendering etc.
[Add] Landing.
|
2013-02-17 19:51:31 +00:00 |
|
Allanis
|
36f1936667
|
[Add] Secondary weapons.
[Add] Preliminary seeker missile.
|
2013-02-15 07:31:59 +00:00 |
|
Allanis
|
2b3852c25b
|
[Fix] Guess who found out the correct spelling of armour!
-- find . -iname \*.c -exec sed -i -e "s/armor/armour/g" {} \;
|
2013-02-15 02:18:09 +00:00 |
|
Allanis
|
c4e7a8a9ee
|
[Change] Thrown XML crap into a single header.
-- player.c currently uses this.
|
2013-02-13 15:48:36 +00:00 |
|
Allanis
|
e1b23f928b
|
[Change] GUI's are now saved in XML and thrown into data pack file.
-- This allows for multiple gui's.
-- Each ship can also have it's own gui if it so chooses.
|
2013-02-12 19:34:47 +00:00 |
|
Allanis
|
943cbecf70
|
[Add] Fleets. Not actually making use of them yet though.
[Add] More error checking for XML files
|
2013-02-08 14:26:53 +00:00 |
|
Allanis
|
09f6aea97e
|
[Add] Targetting!!!
|
2013-02-06 22:21:00 +00:00 |
|
Allanis
|
4d7c01f078
|
[Add] Basic Gui.
-- Minimap.
-- Health bars.
|
2013-02-05 23:10:46 +00:00 |
|
Allanis
|
cf86e5b0c7
|
[Fix] One seg fault! No idea how many more to go.
|
2013-02-05 17:55:01 +00:00 |
|
Allanis
|
998a1bf68b
|
[Add] Rudimentary shooting. This needs some work.
[Add] Layers should be working properly.
|
2013-02-05 16:50:56 +00:00 |
|
Allanis
|
376eedc616
|
[Add] Star systems.
[Add] Planets.
|
2013-02-04 09:09:04 +00:00 |
|
Allanis
|
f7dadaae29
|
[Fix] Fucking bug has been there since forever!!!!
|
2013-02-04 00:52:16 +00:00 |
|
Allanis
|
aa8a2187ba
|
[Change] xml now loads from data pack.
[Add] Ship xml syntax checking.
|
2013-02-04 00:47:19 +00:00 |
|
Allanis
|
5609dd7b22
|
[Fix] Check for null node in xml.
[Fix] Corrected help
|
2013-02-03 22:13:13 +00:00 |
|
Allanis
|
46caaa21ad
|
[Add] First working version of pack!
|
2013-02-03 17:35:44 +00:00 |
|
Allanis
|
b5a7ba8919
|
[Fix] Changing from floating point to doubles.
|
2013-02-02 14:21:05 +00:00 |
|
Allanis
|
e8ed98b69d
|
[Add] gl_print (FreeType fonts).
|
2013-02-02 06:15:51 +00:00 |
|
Allanis
|
e124672464
|
[Fix] Everything works now. :)
|
2013-02-01 00:03:30 +00:00 |
|
Allanis
|
20bf55f117
|
[Add] Leave me a lone a short while, still working with this.
|
2013-01-31 23:22:32 +00:00 |
|
Allanis
|
85bec426ba
|
[Add] libxml for ship data etc.
[Fix] Memory leaks.
[Fix] fixed #1 For dear old KonoM.
|
2013-01-31 01:30:51 +00:00 |
|
Allanis
|
cc47d41137
|
[Add] Initial commit of Lephisto.
|
2013-01-30 22:22:30 +00:00 |
|