Commit Graph

  • 838abdbe25 [Fix] Fixed raytraced model view in model viewer. master Rtch90 2018-08-22 21:57:43 +0100
  • 392705570c [Add] Centrifuagal and Coriolis effect in rotating frames. Rtch90 2018-08-22 21:47:39 +0100
  • 3e14d9cd5a [Fix] Leaking textures. Rtch90 2018-08-21 23:37:58 +0100
  • 3a7be80548 [Fix] Uhm.. Rtch90 2018-08-21 23:01:11 +0100
  • aa69f880e0 [Add] More work on GUI, made star port pretty. [Fix] Fixed some reest in GUI resulting in a few less memory leaks. :D Rtch90 2018-08-21 22:58:03 +0100
  • 601a9bebee Merge branch 'master' of https://github.com/Rtch90/Lephisto Rtch90 2018-08-21 20:53:01 +0100
  • f3cdfb59cb [Change] Just a quick README update. Rtch90 2018-08-21 20:51:19 +0100
  • b1dac828d6 [Add] More scrolling work and laying some additional groundwork for GUI. Allanis 2018-08-21 20:34:34 +0100
  • c088fd5064 [Add] More scrolling work and laying some additional groundwork for GUI. Rtch90 2018-08-21 20:34:34 +0100
  • c2ec30a048 [Fix] Font scaling. Allanis 2018-08-21 19:15:47 +0100
  • b620291351 [Fix] Font scaling. Rtch90 2018-08-21 19:15:47 +0100
  • 406646f5f0 [Add] More vscroll widget work. Still incomplete though. Allanis 2018-08-21 18:59:07 +0100
  • b7698e8e08 [Add] More vscroll widget work. Still incomplete though. Rtch90 2018-08-21 18:59:07 +0100
  • d7cd76510c [Add] Added some vertical scrollbar stuff. [Add] New font, forgot from last commit. Allanis 2018-08-19 13:49:55 +0100
  • 948652f752 [Add] Added some vertical scrollbar stuff. [Add] New font, forgot from last commit. Rtch90 2018-08-19 13:49:55 +0100
  • 2a8d0f156e [Add] Texture fonts for UI instead of ugly ass poly fonts. [Add] vscroll widget, incomplete because child widget does not get properly scrolled events. Rtch90 2018-08-19 13:06:56 +0100
  • 410b40c346 [Add] Texture fonts for UI instead of ugly ass poly fonts. [Add] vscroll widget, incomplete because child widget does not get properly scrolled events. Rtch90 2018-08-19 13:06:56 +0100
  • 44bc01682e [Change] Changed GUI coords to be sensible top-left (0,0). [Change] Some GUI cleanup. Rtch90 2018-04-16 22:47:37 +0100
  • 7f4b6b9390 [Change] Changed GUI coords to be sensible top-left (0,0). [Change] Some GUI cleanup. Rtch90 2018-04-16 22:47:37 +0100
  • 13c6600e20 [Add] Some work on ship equipment. Rtch90 2018-04-15 15:50:53 +0100
  • 95d1a02d62 [Add] Some work on ship equipment. Rtch90 2018-04-15 15:50:53 +0100
  • 7b92a3fdf9 [Add] Set speed control mode. Rtch90 2018-04-14 23:08:19 +0100
  • 3cbc228cfe [Add] Set speed control mode. Rtch90 2018-04-14 23:08:19 +0100
  • 762d7fcd3e [Add] More basic AI functions. [Change] Split AI into it's own unit. [Note] Space battles are fun! Rtch90 2018-04-14 21:47:30 +0100
  • 235b1c6c5b [Add] More basic AI functions. [Change] Split AI into it's own unit. [Note] Space battles are fun! Rtch90 2018-04-14 21:47:30 +0100
  • 27ad4c8450 [Add] Very crappy autopilot. Rtch90 2018-04-14 20:44:30 +0100
  • 03fe164ce1 [Add] Very crappy autopilot. Rtch90 2018-04-14 20:44:30 +0100
  • c3f8582aa0 [Fix] Fixed issue with tooltips not disappearing. Rtch90 2018-04-14 19:41:33 +0100
  • 7673c1a10a [Fix] Fixed issue with tooltips not disappearing. Rtch90 2018-04-14 19:41:33 +0100
  • fecd2866f5 [Add] Gui Tooltips. [Clean] Cleaned up GUI::Screen. Rtch90 2018-04-14 19:30:27 +0100
  • a0cf83aa26 [Add] Gui Tooltips. [Clean] Cleaned up GUI::Screen. Rtch90 2018-04-14 19:30:27 +0100
  • b32409dfb1 [Move] AI stuff could be useful for autopilot, so moved to Ship. Rtch90 2018-04-14 17:13:45 +0100
  • bb735a1204 [Move] AI stuff could be useful for autopilot, so moved to Ship. Rtch90 2018-04-14 17:13:45 +0100
  • 115c33526d [Add] Start of ship ai. Rtch90 2018-04-14 16:51:33 +0100
  • 3505b14b39 [Add] Start of ship ai. Rtch90 2018-04-14 16:51:33 +0100
  • b4defcab54 [Add] Screenshot key. Rtch90 2018-04-14 16:04:16 +0100
  • 862cd92a7f [Add] Screenshot key. Rtch90 2018-04-14 16:04:16 +0100
  • fdbdac3486 [Add] Explosions when ships die anyone? Rtch90 2018-04-14 04:01:35 +0100
  • 25d0b29aea [Add] Explosions when ships die anyone? Rtch90 2018-04-14 04:01:35 +0100
  • d455debea6 [Add] Mkay, ships can take damage and die now. Rtch90 2018-04-13 23:30:34 +0100
  • 275aa6b71f [Add] Mkay, ships can take damage and die now. Rtch90 2018-04-13 23:30:34 +0100
  • abfd826e73 [Change] Laser hit uses new collision detection. Rtch90 2018-04-13 22:24:56 +0100
  • 04fa6c2843 [Change] Laser hit uses new collision detection. Rtch90 2018-04-13 22:24:56 +0100
  • 279b39dcd7 [Change] Apply gravity to all dynamic bodies in player frame. Rtch90 2018-04-10 20:06:28 +0100
  • 75613f2237 [Change] Apply gravity to all dynamic bodies in player frame. Rtch90 2018-04-10 20:06:28 +0100
  • 8c2a4ac3b7 [Add] Angular effects on collision with static objects. Rtch90 2018-04-10 19:56:13 +0100
  • 33838c7590 [Add] Angular effects on collision with static objects. Rtch90 2018-04-10 19:56:13 +0100
  • 748eee9e94 [Add] Angular response for dynamic on dynamic collisions. Rtch90 2018-04-10 19:48:34 +0100
  • f546c292db [Add] Angular response for dynamic on dynamic collisions. Rtch90 2018-04-10 19:48:34 +0100
  • d305487e8f [Add] Linear collision response between dynamic bodies. Rtch90 2018-04-08 18:59:33 +0100
  • 6401a6a3d3 [Add] Linear collision response between dynamic bodies. Rtch90 2018-04-08 18:59:33 +0100
  • e7fb5d085e [Fix] Made the linear component of collisions with static bodies work. Rtch90 2018-04-08 18:25:42 +0100
  • 799e1de136 [Fix] Made the linear component of collisions with static bodies work. Rtch90 2018-04-08 18:25:42 +0100
  • 7c8204f02d [Change] Some further work on new dynamics. [Fix] Load/Save works again. [Meh] Collision test ok, but no response. Rtch90 2018-04-08 17:18:07 +0100
  • 40f6d6dc37 [Change] Some further work on new dynamics. [Fix] Load/Save works again. [Meh] Collision test ok, but no response. Rtch90 2018-04-08 17:18:07 +0100
  • 88f4b7e6a7 [Change] Initial ode-less dynamic body work. [Remove] Removed ODE dep. [Missing] No collisions yet. Rtch90 2018-04-08 17:01:03 +0100
  • 73547ec32e [Change] Initial ode-less dynamic body work. [Remove] Removed ODE dep. [Missing] No collisions yet. Rtch90 2018-04-08 17:01:03 +0100
  • 35494896bb comment typo fixed in world_view.cpp Razielle Tzu 2018-04-06 23:06:51 +0000
  • dc38403fbe comment typo fixed in world_view.cpp Razielle Tzu 2018-04-06 23:06:51 +0000
  • 13b1cf8518 [Fix] Aha! Fixed rendering bug in planet atmosphere! Rtch90 2018-04-06 23:27:22 +0100
  • d63c8f7c13 [Fix] Aha! Fixed rendering bug in planet atmosphere! Rtch90 2018-04-06 23:27:22 +0100
  • 42a3a9b3d0 [Change] Abstract dynamic body stuff ready for ODE removal. Rtch90 2018-04-06 23:23:57 +0100
  • d6adcce07c [Change] Abstract dynamic body stuff ready for ODE removal. Rtch90 2018-04-06 23:23:57 +0100
  • 3aa74ee0b0 [Add] Some elastic collision crap. Rtch90 2018-04-06 22:54:29 +0100
  • f86e45e5e6 [Add] Some elastic collision crap. Rtch90 2018-04-06 22:54:29 +0100
  • 6b4b76f3b2 [Remove] Some bits of ODE collision detection from ModelBody. [Add] Some Accessor/Mutator's for rotations/position in geoms and Dynamic bodies. Rtch90 2018-04-06 22:38:48 +0100
  • e8af5d4678 [Remove] Some bits of ODE collision detection from ModelBody. [Add] Some Accessor/Mutator's for rotations/position in geoms and Dynamic bodies. Rtch90 2018-04-06 22:38:48 +0100
  • 2a8df8b3bf [Add] Always collide with sphere when trimesh inside. [Fix] Fixed silly landing bug. Rtch90 2018-04-06 22:21:53 +0100
  • 37d3c3a16b [Add] Always collide with sphere when trimesh inside. [Fix] Fixed silly landing bug. Rtch90 2018-04-06 22:21:53 +0100
  • a6501f28e4 [Add] Planet sphere geom in new collider. A little suspect.. Rtch90 2018-03-21 20:43:52 +0000
  • b738fb63e1 [Add] Planet sphere geom in new collider. A little suspect.. Rtch90 2018-03-21 20:43:52 +0000
  • 20906f1f0a [...] Bunch of collision work, pretty much broke planet landing and some other stuff. Don't worry about it. Rtch90 2018-03-17 18:41:12 +0000
  • 9e6b365f9d [...] Bunch of collision work, pretty much broke planet landing and some other stuff. Don't worry about it. Rtch90 2018-03-17 18:41:12 +0000
  • 1b16cb2f70 [Fix] Missing tris bug. [Add] Do empty space cutoff in BIH tree builder. Rtch90 2018-03-17 17:13:42 +0000
  • a9c2abdb71 [Fix] Missing tris bug. [Add] Do empty space cutoff in BIH tree builder. Rtch90 2018-03-17 17:13:42 +0000
  • 94a979d850 [Add] Use new collider in Lephisto. It's incomplete and slow due to a lack of object instance space accel Allanis 2018-02-22 21:10:45 +0000
  • c0739f7abf [Add] Use new collider in Lephisto. It's incomplete and slow due to a lack of object instance space accel Rtch90 2018-02-22 21:10:45 +0000
  • 9865ae1fb4 [Add] CollisionContact struct. Allanis 2018-02-21 21:34:03 +0000
  • bc0b81117f [Add] CollisionContact struct. Rtch90 2018-02-21 21:34:03 +0000
  • 5b1a10b70b [Add] Initial non-accelerating collision space. Allanis 2018-02-20 20:09:45 +0000
  • ee1092d59b [Add] Initial non-accelerating collision space. Rtch90 2018-02-20 20:09:45 +0000
  • e644c15e07 [Add] Bounding interval hierarchy tree. Allanis 2018-02-19 22:03:17 +0000
  • e0c8bcfcd6 [Add] Bounding interval hierarchy tree. Rtch90 2018-02-19 22:03:17 +0000
  • ee6ab61485 [Add] Axis-Aligned bounding box update. Getting ready to begin new collision framework. Allanis 2018-02-18 21:32:47 +0000
  • 7d75f045fe [Add] Axis-Aligned bounding box update. Getting ready to begin new collision framework. Rtch90 2018-02-18 21:32:47 +0000
  • d7d33e8097 [Fix] Just a few small fixes. Allanis 2018-02-08 21:21:18 +0000
  • 7a48e570dd [Fix] Just a few small fixes. Rtch90 2018-02-08 21:21:18 +0000
  • 5663867e6b [Add] Save view state. [Change] Reoraganize a bunch of Camera stuff. Allanis 2018-02-08 21:17:06 +0000
  • 4f992dd0ce [Add] Save view state. [Change] Reoraganize a bunch of Camera stuff. Rtch90 2018-02-08 21:17:06 +0000
  • 130c328d2e [Change] Uh.. Nothing. Really.. Allanis 2018-02-03 20:47:57 +0000
  • b68f40a74a [Change] Uh.. Nothing. Really.. Rtch90 2018-02-03 20:47:57 +0000
  • 1a62fd07f7 [Add] Nicer collision mesh viewing in model viewer. Allanis 2018-02-03 20:37:32 +0000
  • 014be1fef2 [Add] Nicer collision mesh viewing in model viewer. Rtch90 2018-02-03 20:37:32 +0000
  • ebe013984f [Add] Load/Save angle velocity. Allanis 2018-02-03 19:06:02 +0000
  • 0c9cfabdf0 [Add] Load/Save angle velocity. Rtch90 2018-02-03 19:06:02 +0000
  • 6f17d5788b [Add] More save/load game work. Incomplete, needs ship equipment etc.. Allanis 2018-02-03 17:09:20 +0000
  • 47c4a6eeb8 [Add] More save/load game work. Incomplete, needs ship equipment etc.. Rtch90 2018-02-03 17:09:20 +0000
  • b733631d8c [Add] Some serialization work on Body/Star systems. Still a fair bit to do. Allanis 2018-01-31 22:26:05 +0000
  • 29a9c927f2 [Add] Some serialization work on Body/Star systems. Still a fair bit to do. Rtch90 2018-01-31 22:26:05 +0000
  • 0e55efb47e [Remove] Removed ctags stuff that laptop somehow inclided. Added to .gitignore. Allanis 2018-01-31 22:04:50 +0000