Commit Graph

2024 Commits

Author SHA1 Message Date
Rtch90
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.
2018-08-19 13:06:56 +01:00
Rtch90
44bc01682e [Change] Changed GUI coords to be sensible top-left (0,0).
[Change] Some GUI cleanup.
2018-04-16 22:47:37 +01:00
Rtch90
13c6600e20 [Add] Some work on ship equipment. 2018-04-15 15:50:53 +01:00
Rtch90
7b92a3fdf9 [Add] Set speed control mode. 2018-04-14 23:08:19 +01:00
Rtch90
762d7fcd3e [Add] More basic AI functions.
[Change] Split AI into it's own unit.
[Note] Space battles are fun!
2018-04-14 21:47:30 +01:00
Rtch90
27ad4c8450 [Add] Very crappy autopilot. 2018-04-14 20:44:30 +01:00
Rtch90
c3f8582aa0 [Fix] Fixed issue with tooltips not disappearing. 2018-04-14 19:41:33 +01:00
Rtch90
fecd2866f5 [Add] Gui Tooltips.
[Clean] Cleaned up GUI::Screen.
2018-04-14 19:30:27 +01:00
Rtch90
b32409dfb1 [Move] AI stuff could be useful for autopilot, so moved to Ship. 2018-04-14 17:13:45 +01:00
Rtch90
115c33526d [Add] Start of ship ai. 2018-04-14 16:51:33 +01:00
Rtch90
b4defcab54 [Add] Screenshot key. 2018-04-14 16:04:16 +01:00
Rtch90
fdbdac3486 [Add] Explosions when ships die anyone? 2018-04-14 04:01:35 +01:00
Rtch90
d455debea6 [Add] Mkay, ships can take damage and die now. 2018-04-13 23:30:34 +01:00
Rtch90
abfd826e73 [Change] Laser hit uses new collision detection. 2018-04-13 22:24:56 +01:00
Rtch90
279b39dcd7 [Change] Apply gravity to all dynamic bodies in player frame. 2018-04-10 20:06:28 +01:00
Rtch90
8c2a4ac3b7 [Add] Angular effects on collision with static objects. 2018-04-10 19:56:13 +01:00
Rtch90
748eee9e94 [Add] Angular response for dynamic on dynamic collisions. 2018-04-10 19:48:34 +01:00
Rtch90
d305487e8f [Add] Linear collision response between dynamic bodies. 2018-04-08 18:59:33 +01:00
Rtch90
e7fb5d085e [Fix] Made the linear component of collisions with static bodies work. 2018-04-08 18:25:42 +01:00
Rtch90
7c8204f02d [Change] Some further work on new dynamics.
[Fix] Load/Save works again.
[Meh] Collision test ok, but no response.
2018-04-08 17:18:07 +01:00
Rtch90
88f4b7e6a7 [Change] Initial ode-less dynamic body work.
[Remove] Removed ODE dep.
[Missing] No collisions yet.
2018-04-08 17:01:03 +01:00
Razielle Tzu
35494896bb comment typo fixed in world_view.cpp 2018-04-06 23:06:51 +00:00
Rtch90
13b1cf8518 [Fix] Aha! Fixed rendering bug in planet atmosphere! 2018-04-06 23:27:22 +01:00
Rtch90
42a3a9b3d0 [Change] Abstract dynamic body stuff ready for ODE removal. 2018-04-06 23:23:57 +01:00
Rtch90
3aa74ee0b0 [Add] Some elastic collision crap. 2018-04-06 22:54:29 +01:00
Rtch90
6b4b76f3b2 [Remove] Some bits of ODE collision detection from ModelBody.
[Add] Some Accessor/Mutator's for rotations/position in geoms and
Dynamic bodies.
2018-04-06 22:38:48 +01:00
Rtch90
2a8df8b3bf [Add] Always collide with sphere when trimesh inside.
[Fix] Fixed silly landing bug.
2018-04-06 22:21:53 +01:00
Rtch90
a6501f28e4 [Add] Planet sphere geom in new collider. A little suspect.. 2018-03-21 20:43:52 +00:00
Rtch90
20906f1f0a [...] Bunch of collision work, pretty much broke planet landing and some
other stuff. Don't worry about it.
2018-03-17 18:41:12 +00:00
Rtch90
1b16cb2f70 [Fix] Missing tris bug.
[Add] Do empty space cutoff in BIH tree builder.
2018-03-17 17:13:42 +00:00
Allanis
94a979d850 [Add] Use new collider in Lephisto. It's incomplete and slow due to a
lack of object instance space accel
2018-02-22 21:10:45 +00:00
Allanis
9865ae1fb4 [Add] CollisionContact struct. 2018-02-21 21:34:03 +00:00
Allanis
5b1a10b70b [Add] Initial non-accelerating collision space. 2018-02-20 20:09:45 +00:00
Allanis
e644c15e07 [Add] Bounding interval hierarchy tree. 2018-02-19 22:03:17 +00:00
Allanis
ee6ab61485 [Add] Axis-Aligned bounding box update. Getting ready to begin new
collision framework.
2018-02-18 21:32:47 +00:00
Allanis
d7d33e8097 [Fix] Just a few small fixes. 2018-02-08 21:21:18 +00:00
Allanis
5663867e6b [Add] Save view state.
[Change] Reoraganize a bunch of Camera stuff.
2018-02-08 21:17:06 +00:00
Allanis
130c328d2e [Change] Uh.. Nothing. Really.. 2018-02-03 20:47:57 +00:00
Allanis
1a62fd07f7 [Add] Nicer collision mesh viewing in model viewer. 2018-02-03 20:37:32 +00:00
Allanis
ebe013984f [Add] Load/Save angle velocity. 2018-02-03 19:06:02 +00:00
Allanis
6f17d5788b [Add] More save/load game work. Incomplete, needs ship equipment etc.. 2018-02-03 17:09:20 +00:00
Allanis
b733631d8c [Add] Some serialization work on Body/Star systems. Still a fair bit to
do.
2018-01-31 22:26:05 +00:00
Allanis
0e55efb47e [Remove] Removed ctags stuff that laptop somehow inclided. Added to
.gitignore.
2018-01-31 22:04:50 +00:00
Allanis
6eaf5524a9 [Add] A lot of preliminary work on game saves. 2018-01-30 20:12:30 +00:00
Allanis
8edb085ec1 [Add] Earth Starports [London, Los Angeles, Moscow and more. ]
[Add] Intro screen.
2018-01-23 21:31:52 +00:00
Allanis
8521d7b639 [Add] Create surface starports in system generation. */ 2018-01-23 20:36:51 +00:00
Allanis
1a56533d3e [Fix] Fixed timestep physics. 2018-01-23 19:32:27 +00:00
Allanis
768401686c [Add] Spin keys.
[Change] Make stars render faster and use more realistic star type light
colours.
2018-01-23 18:54:35 +00:00
Allanis
cb7d734e74 [Add] Make orbital starports in system generation. 2018-01-21 20:27:43 +00:00
Allanis
b5175d562e [Fix] Segfault on shooting stuff. 2018-01-21 16:08:48 +00:00