Commit Graph

557 Commits

Author SHA1 Message Date
Allanis
820c477d7b [Add] Clicky focus for lists as well as keyboard input. 2013-03-06 20:37:58 +00:00
Allanis
8881dc5265 [Add] Keybord events work with lists. I think I optimized pilots to use temp sprite values here too. Forgot to diff. 2013-03-06 20:17:14 +00:00
Allanis
9ac872aac4 [Add] Selected list thingy actually renders. You can focus it too. 2013-03-06 14:54:11 +00:00
Allanis
f0fa480fb4 [Add] List widget renders. Time to make it actually work properly? 2013-03-06 13:02:42 +00:00
Allanis
961875a799 [Change] Refactoring some more opengl mess in toolkit.c. Rectangles this time.. 2013-03-06 12:46:17 +00:00
Allanis
dec372e06c [Add] toolkit_drawOutline to cleanup some horrible code I hate so much. 2013-03-01 00:21:19 +00:00
Allanis
da6b8fa786 [Fix] Typo in constructor. 2013-02-28 23:59:52 +00:00
Allanis
61e822b995 [Change] More lighting on ships. Changed leapard. Still have not corrected the spelling.. 2013-02-28 23:26:07 +00:00
Allanis
26507a8ebe [Add] window_modifyImage call. 2013-02-28 22:49:53 +00:00
Allanis
9d966458d7 [Add] Mule ship, and applied turrets to them. 2013-02-28 21:22:06 +00:00
Allanis
452c77f30c [Add] Outfit information window. 2013-02-28 19:29:47 +00:00
Allanis
6c6fc70916 [Fix] Forgot a separator. 2013-02-28 18:09:14 +00:00
Allanis
6492d9b9e6 [Change] Secondary weapon change now keybinds to 'e' 2013-02-28 18:08:10 +00:00
Allanis
cdc5a96e8b [Add] Implemented turrets as a secondary weapon. 2013-02-28 17:51:28 +00:00
Allanis
8f6b02cfc1 [Add] Turrets!! 2013-02-28 17:38:44 +00:00
Allanis
79e08280e5 [Remove] Fleet joining from TODO. 2013-02-28 16:12:41 +00:00
Allanis
c2dd7aae1c [Change] Removed contributors from README and placed them in AUTHORS. 2013-02-28 16:11:43 +00:00
Allanis
7046e0cefc [Add] New headhunter graphics. 2013-02-28 16:03:12 +00:00
Allanis
ef437c9b98 [Fix] I'm a retard!! I wasn't initialising ticks.. Spawning now works. Ima go sleep now. 2013-02-28 03:41:03 +00:00
Allanis
6b1228a4af [Add] Adding spawns. It's uh.. Not working? I'll work on it some more later.. 2013-02-28 02:36:45 +00:00
Allanis
1b77a4276b [Add] Smart seeker missiles. Not aquirable yet :P.
[Fix] Potential fix of a floating point exceoption.
2013-02-28 01:23:52 +00:00
Allanis
27f4ddcd86 [Add] VLack wished to know what resolution we was at with radar. Well. Here it is. 2013-02-27 23:55:08 +00:00
Allanis
b1d1142739 [Add] Basic toolkit focus. We can now completely navigate the menus etc with the keyboard. 2013-02-27 23:45:41 +00:00
Allanis
521f3baa9f [Add] Allow toolkit to block input if needed. 2013-02-27 23:19:40 +00:00
Allanis
8fcbca89cb [Fix] I'd like to see VLack crash it now!! Allow for null pointer functions for buttons. 2013-02-27 23:12:07 +00:00
Allanis
f181a7bec6 [Change] Just some standardization 2013-02-27 23:03:48 +00:00
Allanis
d77fc45e7f [Fix] Missiles don't go crazy when enemy has been killed. 2013-02-27 22:58:23 +00:00
Allanis
35f35463ae [Fix] Tehee. silly type. 2013-02-27 22:38:40 +00:00
Allanis
495a9ccb74 [Add] Enemy pilots die with a big ass explosion. :D 2013-02-27 22:16:09 +00:00
Allanis
ba89db90a4 [Add] Chance to board/loot ships is now based on a crew comparison. 2013-02-27 19:49:35 +00:00
Allanis
e206af22a6 [Fix] Stealing SCreds works perfectly fine now. 2013-02-27 18:45:51 +00:00
Allanis
ddc831b353 [Add] You can somewhat steal credits now.
[Fix] Only board the ship once.
2013-02-27 18:16:22 +00:00
Allanis
9aa025e812 [Fix] Aligned ship information properly in panel. 2013-02-27 17:39:20 +00:00
Allanis
39c99a064f [Change] Moved credit funcions to economy.* and applied some moniez to NPC for you to loot. 2013-02-27 17:32:25 +00:00
Allanis
2d664e3393 [Change] Forgot to commit player.h 2013-02-27 17:15:07 +00:00
Allanis
3fd621a5ef [Fix] Small bug on closing landing window. 2013-02-27 15:55:28 +00:00
Allanis
cc4dc358c1 [Fix] Bug that was introduced when allowing toolkit some control. 2013-02-27 15:48:12 +00:00
Allanis
8cb99e490c [Fix] Bug iwth addtext and negative positions. 2013-02-27 15:43:37 +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
fb57dde3ed [Fix] No-one knew it, but input for toolkit was buggy. Seperated toolkit input from game input to fix this. 2013-02-27 14:50:16 +00:00
Allanis
ddadb068fe [Change] Compressed the debug messages. 2013-02-27 14:36:56 +00:00
Allanis
e87f160e23 [Add] Hopefully this will prevent dt intervels being too big. 2013-02-27 04:43:16 +00:00
Allanis
78d0346515 [Change] Use atan2 for ANGLE 2013-02-27 04:31:04 +00:00
Allanis
eee3ef3065 [Change] Minor change to physics. 2013-02-27 04:18:37 +00:00
Allanis
a6c758aa66 [Fix?] Hyperspace bug. Messed up velocity issues.
Ok. What we are doing here is messy.

What we are doing is modulating the velocity. There is also a dt
in there to try to make it not frame dependant..

The way things are done right now, we  are cascading the limit_speed with the physics model,
We can simplify it to a euler integration (It's actuallyu runge-kutta)..

What we are doung is:

v1 = v0 + adt

Basically this means that the current velocity is the last vel plus the acceleration, times the
time passed from the last instance. This is then chained to the limit speed which does:

v = (v1 - vmax)(1-3dt)

So we can right the composite form as:

v = (v0 + adt - vmax) 1-3dt) = v0 + adt - vmax - 3dtv0 - 3adt2 + 3dtvmax

-- Yes. This is hacky. I will try to play with some equasions later.
2013-02-27 03:45:25 +00:00
Allanis
f6de9e8186 [Add] limit_speed in physics 2013-02-27 03:26:58 +00:00
Allanis
0de847b5a4 [Fix] Quick indent fix to stop us from being confused as hell while bug hunting. 2013-02-27 02:46:25 +00:00
Allanis
fce918506d [Fix?] Attempt to fix hyperspace on certain arcitecures. ABS was a bit off. 2013-02-27 02:23:33 +00:00
Allanis
4319f3312e [Add] TODO list. 2013-02-27 01:34:39 +00:00