Commit Graph

  • 6c99451987 [Fix] VLack noticed that my logic confused people with system location of the planets. He was right.. Allanis 2013-02-20 22:04:11 +0000
  • b4565b9063 [Fix] Radar zoom in/out has been bugged for some time. No-one noticed apart from Laci, so I decided to give it a fix. Allanis 2013-02-20 21:43:15 +0000
  • 9ad2837a39 [Fix] Screenshots will allow up to 128 shots now without overwriting. These will go to a nice screenshots directory for you. Allanis 2013-02-20 21:37:02 +0000
  • a0f90f9877 [Add] Just playing around, as I can't be bothered to do anything big. Allanis 2013-02-20 21:26:17 +0000
  • 943886f53e [Change] Brightened up the green a little for the GUI console fonts Allanis 2013-02-20 21:19:14 +0000
  • 376a3af395 [Add] Fade to white when hyperspacing. Might want to add sound to that later. Allanis 2013-02-20 21:10:39 +0000
  • c5fa395f17 [Fix] Few warnings from conf file and VERSION not loading into packed data file. Allanis 2013-02-20 20:59:35 +0000
  • 5381ceed02 [Add] Restore health/armour when taking off from a planet. Allanis 2013-02-20 20:37:42 +0000
  • 7e3bca1e51 [Change] Remove hard forcing of player speed and instead use incremental slowdown. [Fix] Pause would give instant travel. Not now!! Allanis 2013-02-20 20:20:48 +0000
  • b2a887ba45 [Change] Improved transition into hyperspace a little. Allanis 2013-02-20 20:10:36 +0000
  • 44c6ea6ed6 [Add] Rudementory Hyperspace travel. Still a work in progress. ;) Allanis 2013-02-20 19:34:30 +0000
  • a417d59492 [Fix] Temp fix of outfits, removed the test enemy's missiles and launchers so he can't be a douche. [Change] Thrown a few more pirates in for the fun of it. Allanis 2013-02-19 23:36:33 +0000
  • 19570b0f6a [Fix] Pause is handled on opening a window, but for safety it is best to handle pause on menu open. -- Forgot the menu files too.. Allanis 2013-02-19 23:25:15 +0000
  • 100c605d6b [Add] Preleminary pause menu. Allanis 2013-02-19 23:23:15 +0000
  • 1ecf7c1e54 [Fix] Primary weapons where borked on checking for ammunition. Allanis 2013-02-19 23:02:42 +0000
  • a99544804e [Add] Small boarding menu, along with a function to get windows based on name rather than id. Allanis 2013-02-19 22:58:10 +0000
  • 7889035b29 [Add] Taking off after landing on a planet now has a direct affect on the system. Allanis 2013-02-19 22:22:48 +0000
  • bfc3582d1e [Change] pilot and star stack won't lower memory allocation now. Allanis 2013-02-19 22:17:31 +0000
  • f5834d33f9 [Add] Commodity exchange. The market is closed the minute. :P Allanis 2013-02-19 21:46:11 +0000
  • 8f7df9fc2f [Add] Embed name on window creation rather than having the overhead of writing and positioning a block of text. Allanis 2013-02-19 21:38:57 +0000
  • 4384adec98 [Add] Spaceport bar. (no missions or hirelings or alchol available yet). Allanis 2013-02-19 20:04:04 +0000
  • 2c388ea1b0 [Add] News window and the concept of fuel. Allanis 2013-02-19 19:13:24 +0000
  • 1307661363 [Add] We now have some unimplmented planet services. Allanis 2013-02-19 18:50:17 +0000
  • 7b72a35b9e [Fix] Why are we reversing while we are already stopped dead? Allanis 2013-02-19 18:11:43 +0000
  • 69476744b8 [Change] Forgot to remove debug statement. Allanis 2013-02-19 17:50:51 +0000
  • 474d1df755 [Add] A reverse command for @KonoM as he does not know how physics works. Allanis 2013-02-19 17:44:20 +0000
  • 08f5dcc42c [Change] Targetting graphics are a litte more schamatic now. Allanis 2013-02-19 17:09:32 +0000
  • 59fc153454 [Change] Pulled default colours out of player.* and throw them in their rightful unit. Allanis 2013-02-19 15:43:34 +0000
  • 9a9ace4a42 [Add] Text word wrapping/block text. Allowing for lovely descriptons of planets. Allanis 2013-02-19 14:18:55 +0000
  • d66e1a52f9 [Change] Font work was becoming a little too large to sit in opengl specific code. Moved to font.* Allanis 2013-02-19 12:24:55 +0000
  • 74211a0825 [Add] Pause game when window is not focused. Introduced a small 10ms delay when paused to lower CPU usage. Allanis 2013-02-19 11:37:38 +0000
  • f66f644411 Merge branch 'master' of https://github.com/Allanis/Lephisto Tamir Atias 2013-02-19 02:43:02 +0200
  • 7034b2369c [Fix] Screenshots were saved as RGBA. Bad idea. Tamir Atias 2013-02-19 02:42:37 +0200
  • 13473611ae [Add] Actual landing image. Allanis 2013-02-19 00:41:47 +0000
  • 9773d9b19a [Change] Planet target is rendered behind ships and weapons. Allanis 2013-02-19 00:15:32 +0000
  • bf9d422150 [Add] Support for images of planets within toolkit. [Change] blit functions use doubles instead of vectors. [Change] Took some time out to clean up space.c bringing it up to xml.h standards. Allanis 2013-02-19 00:10:57 +0000
  • d19f8c4ae8 [Add] More sane toolkit API. -- Improved landing graphics. [Change] Moved colours out of opengl specific stuff. Allanis 2013-02-18 18:37:19 +0000
  • 074e60afa5 [Add] Finished the basic toolkit by rounding off corners, adding gl_printMax and gl_printMid. [Add] Use flag system with gl_screen. -- Optional AA for primitives. Allanis 2013-02-18 17:12:35 +0000
  • 268b5dcaa0 [Fix]? Attempted to fix seg fault on AI trying to switch to secondary weapons when there is none available. Allanis 2013-02-17 23:30:40 +0000
  • 8eb62f218f [Fix] Woops. Maybe it was me.. Allanis 2013-02-17 22:47:40 +0000
  • ba4b7239d4 [Change] Some tweaks to GL rendering. - I should point out, It wasn't me whom broke the textures. :P Allanis 2013-02-17 22:45:19 +0000
  • 811fc0b92a [Change] What in the world was I thinking with the gui crap?? Large refactoring.. Allanis 2013-02-17 21:56:57 +0000
  • 2a713437a2 [Fix] Pause on landing on a planet. Allanis 2013-02-17 20:18:16 +0000
  • f941608fd8 [Fix] Oops. Landing was based upon velocity alone, instead of distance and velocity. Allanis 2013-02-17 19:53:06 +0000
  • 14e525078e [Add] Basic toolkit for window/widget rendering etc. [Add] Landing. Allanis 2013-02-17 19:51:31 +0000
  • 9899458f91 [Change] moved FreeSans.ttf to font.ttf simply to make things more comfortable later. Allanis 2013-02-17 17:37:16 +0000
  • 326b475923 [Fix] Renamed time to gtime and made it global as it is used in pause.c Tamir Atias 2013-02-17 02:52:52 +0200
  • 61f1069542 [Fix] time(NULL) segfaulting stuff. Tamir Atias 2013-02-17 02:50:37 +0200
  • 1f59163010 [Fix] Hack fix to Lua's makeseed() API call. -- Got @KonoM working on a better fix. Allanis 2013-02-16 20:37:44 +0000
  • c0cc0a9346 [Add] Start of toolkit framework, we will manage windows etc here. [Add] Pause/Resume Allanis 2013-02-16 20:01:00 +0000
  • 67480a47e3 [Change] Finished cleaning input. Making way for toolkit. Allanis 2013-02-16 12:56:29 +0000
  • e6057d04af [Change] Still cleaning. Adding all the input crap to it's rightful place. Allanis 2013-02-16 12:09:21 +0000
  • 95ac1a61d7 [Change] Still cleaning up the place. Allanis 2013-02-15 23:51:20 +0000
  • 5f3f1a9529 [Fix] Oops. Forgot to kill the end tag. Allanis 2013-02-15 22:52:51 +0000
  • eff43341b9 [Remove] Simplistic GUI stuff. Not needed any longer. Allanis 2013-02-15 22:48:27 +0000
  • 2d797b9d52 [Add] Split configuration processing into seperate files, namely conf.* -- Managed to clean up main.c a little. Allanis 2013-02-15 22:43:49 +0000
  • 334730287c [Add] Just a little makefile hackery to keep a version file up to date. Allanis 2013-02-15 20:56:58 +0000
  • d57bcd0484 [Fix] Slight change to pack file to append '\0' to string. Allanis 2013-02-15 20:48:55 +0000
  • 7e013e5b91 [Add] AI Lua API calls for secondary weapons. Allanis 2013-02-15 20:26:41 +0000
  • 92cea4a1b5 [Test] Last one. Allanis 2013-02-15 19:34:12 +0000
  • 0351531b6b [Test] Sorry. Just testing some hooks. Allanis 2013-02-15 19:28:10 +0000
  • 2dea6c3c11 [Test] Test commit. Allanis 2013-02-15 19:17:56 +0000
  • a6c9a00cf5 [Add] Updated documentation crap. [Fix] Warning on 64bit machines. Allanis 2013-02-15 19:08:38 +0000
  • e3c2ca72ac [Add] Planet targeting/landing framework. [Change] Seperated update/render as it should be. Allanis 2013-02-15 18:15:06 +0000
  • ef108e9f2e [Change] Small change to secondary weapon display. Allanis 2013-02-15 09:24:53 +0000
  • 36f1936667 [Add] Secondary weapons. [Add] Preliminary seeker missile. Allanis 2013-02-15 07:31:59 +0000
  • 627240c5a4 [Change] Now we can get confused as to when to use Color and Colour. Won't that be fun? Allanis 2013-02-15 02:57:51 +0000
  • dc9f089abe [Fix] *Now* it's fixed.. Forgot to correct lua and xml files. Allanis 2013-02-15 02:34:40 +0000
  • ad006788c5 [Fix] Oops. Forgot to run that hack on header and text files.. Allanis 2013-02-15 02:22:35 +0000
  • 2b3852c25b [Fix] Guess who found out the correct spelling of armour! -- find . -iname \*.c -exec sed -i -e "s/armor/armour/g" {} \; Allanis 2013-02-15 02:18:09 +0000
  • de91004814 [Remove] Blunder. Allanis 2013-02-14 21:34:01 +0000
  • 3f5a6f91e1 [Fix] Might as well add it propperly.. Allanis 2013-02-14 21:31:08 +0000
  • 30e659c253 [Add] Profiling flag to makefile. Allanis 2013-02-14 21:24:38 +0000
  • d0f599a853 [Fix] mkspr was not linking libpng. Tamir Atias 2013-02-15 00:59:43 +0200
  • 263256974d [Add] 'f' key to face target. Allanis 2013-02-14 20:52:24 +0000
  • 2f1618ee81 [Add] Missing linker flag. Tamir Atias 2013-02-14 23:34:01 +0200
  • 70c9585302 [Add] Rudimentary screenshots. Allanis 2013-02-14 19:29:26 +0000
  • 7dbe3d2598 [Add] It is now possible to disable ships - No death yet. [Add] Player start location. ship etc can now be defined in data file. Allanis 2013-02-14 17:55:31 +0000
  • e269911055 [Fix] S credits was giving bogus output values. Allanis 2013-02-14 16:15:37 +0000
  • 23cb72bffd [Add] Utilising all GUI elements. -- Minimal right now. Allanis 2013-02-14 16:07:19 +0000
  • 9fae81c389 [Fix] AI's landing, it's still not as good as I wish however. [Add] A few more xml macros and cleaned up a little code to use them. Allanis 2013-02-14 14:25:32 +0000
  • 184d527abf [Add Gui's NAV and WEAPON monitors are now utilised. Allanis 2013-02-13 18:57:44 +0000
  • 6ace8da900 [Add] New ship: Leapard! Allanis 2013-02-13 16:42:42 +0000
  • c4e7a8a9ee [Change] Thrown XML crap into a single header. -- player.c currently uses this. Allanis 2013-02-13 15:48:36 +0000
  • dc76d96432 Update README Allanis 2013-02-13 15:01:11 +0000
  • b75f0f1d6b [Fix] Squished an offset bug in splite britting. Allanis 2013-02-13 14:38:01 +0000
  • 053d7b75b6 [Change] Target color changes based on target. Allanis 2013-02-13 14:30:17 +0000
  • c20a20e103 [Change] Target png's made transparent. -- Enables me to change target color based on faction etc.. Allanis 2013-02-13 14:10:23 +0000
  • 543ca9a7ae [Change] Added slight transparency to new gui. Allanis 2013-02-13 14:03:13 +0000
  • 74ed3e094b [Add] New GUI. [Fix] Circular radar. Allanis 2013-02-13 13:59:38 +0000
  • d288a2db9f [Fix] Silly collision bug. Pixel-Perfect collision should now be *perfect*(tm). Allanis 2013-02-12 20:22:35 +0000
  • 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. Allanis 2013-02-12 19:34:47 +0000
  • e0f78e40a3 [Add] Absolutely nothing. Just need my commit for the day. Too lazy to code. Allanis 2013-02-11 19:42:33 +0000
  • 34b01c7545 [Add] More input error checking and safety crap. -- This also fixes a segmentation fault on application close. Allanis 2013-02-10 21:45:06 +0000
  • 3db7241663 [Fix] Configuration file issues. Allanis 2013-02-10 21:06:08 +0000
  • 782e11918c [Add] Some scripts that are pissing me off beyond belief! Allanis 2013-02-10 20:45:29 +0000
  • 29b8b5ba18 [Add] A few more AI calls. [Add] Ai protection and some tweaks. -- eg. Once armor/shield is regenerated, enemy will come back for another round. Allanis 2013-02-10 18:32:02 +0000
  • 12073b29e0 [Add] mksprite utility. Allanis 2013-02-10 17:43:04 +0000
  • 74161ff223 [Change] Adding a little more distance on ship start locations. Allanis 2013-02-10 05:35:41 +0000
  • ebd95e3ba4 [Change] Keep forgetting to update API documentation when I chance AI API. Allanis 2013-02-10 05:25:05 +0000