Commit Graph

1469 Commits

Author SHA1 Message Date
Allanis
ff11ba3cc8 [Add] Added full tutorial and fixed a few mission bugs. 2014-03-06 23:43:26 +00:00
Allanis
8038ce5dc3 [Add] More FSAA awareness. 2014-03-06 16:16:58 +00:00
Allanis
a6fe5f8a2d [Add] Added support for FSAA. 2014-03-06 04:59:02 +00:00
Allanis
25aa3e905f [Fix] Minor flag bug and small menu no longer opens over dialogues. 2014-03-06 04:38:04 +00:00
Allanis
a5d0c513e2 [Fix] Some more freetype include problems that will screw up for others. 2014-03-06 02:42:02 +00:00
Allanis
071fa6a7b8 [Fix] Urgh... Stop calling for freetype locally plox. kthxbai. 2014-03-06 02:37:40 +00:00
Allanis
88b9c1a48a [Add] Added intro music. 2014-03-06 01:59:13 +00:00
Allanis
5af179ffaa [Add] Exposed some more music functionality. 2014-03-05 22:46:50 +00:00
Allanis
9bbf9e748e [Add] Reset some GUI variables when creating a new game. 2014-03-05 22:04:00 +00:00
Allanis
996be96757 [Add] Allow Lua booleans in conf booleans. 2014-03-05 21:57:51 +00:00
Allanis
a2a39158ac [Change] If AA_LINE is enabled, smooth hyperspace lines. 2014-03-04 03:07:58 +00:00
Allanis
406e3363f1 [Fix] Fixed the disappearence of outfit prices. 2014-03-04 02:48:58 +00:00
Allanis
f710c216b5 [Add] A few more checks added to weapon.c 2014-03-04 02:46:47 +00:00
Allanis
b198d794f0 [Change] Cleaned up makefile somewhat. 2014-03-04 02:41:51 +00:00
Allanis
5fd278a859 [Change] Tweaked dialogue behaviour a bit. 2014-03-04 02:36:06 +00:00
Allanis
a4b17c561c [Change] Use desktops resolution if fullscreen mode is set without specifying dimensions. 2014-03-04 02:25:08 +00:00
Allanis
169e9da1aa [Add] New Lua bindings. 2014-03-04 02:12:13 +00:00
Allanis
b510a53309 [Fix] I'm a retard! That is all. 2014-03-04 01:16:03 +00:00
Allanis
642718f012 Merge branch 'master' into dev 2014-03-04 01:02:30 +00:00
Allanis
9923b79684 [Change] Start out with 0. offset so text appears sooner. 2014-03-04 01:01:55 +00:00
Allanis
c762fe278d [Fix] Hm.. Fixed an issue with mission timers. 2014-03-04 00:55:22 +00:00
Allanis
401ea9b4e5 [Add] Now you can define start mission in start.xml, also began initial tutorial level. 2014-03-04 00:53:04 +00:00
Allanis
cccb8cbff3 [Fix] Fixed some font regressions. 2014-03-04 00:34:44 +00:00
Allanis
4d3dfd5637 [Fix] Fixed possible key repeat blocking. 2014-03-04 00:31:04 +00:00
Allanis
e9276b5704 [Add] Added introductory text. 2014-03-04 00:19:56 +00:00
Allanis
3b3450213a [Change] No idea why I even made them while(1) in the first place.. 2014-02-11 05:02:57 +00:00
Allanis
5fcf3bbc92 [Change] Extracted some more common font code. 2014-02-11 04:18:03 +00:00
Allanis
a82f431cd4 [Fix] Fixed shipyard text description dimensions. 2014-02-09 15:55:37 +00:00
Allanis
b39876bb2b [Change] Unified some font stuff. 2014-02-09 15:52:03 +00:00
Allanis
ef6220ad86 [Change] Changed some TODO items around. 2014-02-02 20:29:17 +00:00
Allanis
81dac26e29 Fixed warning regarding loading the load screen texture 2014-02-02 20:08:28 +00:00
Allanis
9b67305893 [Add] Implemented some cross platform solutions. 2014-02-02 20:05:02 +00:00
Allanis
35b4339abd Merge branch 'master' into dev
Conflicts:
	scripts/ai/empire.lua
	scripts/ai/pirate.lua
	src/comm.c
2014-02-02 20:00:23 +00:00
Allanis
099e1ba251 [Change] Using remove() as apposed to unlink() for portability. 2014-02-02 19:54:37 +00:00
Allanis
45333c33d5 [Add] Actually use the new loading graphics. 2014-02-02 19:49:56 +00:00
Allanis
3540ba0724 [Add] Gave AI customizable bribe messages. 2014-02-01 22:09:49 +00:00
Allanis
0b65e1c4b9 [Add] Added another new loading screen. 2014-02-01 19:52:00 +00:00
Allanis
387ee64f77 [Change] Moved loading screens into their own directory. 2014-02-01 19:29:00 +00:00
Allanis
b427e20f3f [Add] Yet another new loading screen. 2014-01-31 22:37:00 +00:00
Allanis
59e93b3859 [Add] Added another new loading screen. 2014-01-30 15:14:00 +00:00
Allanis
202a0b0762 [Add] Added two new loading screens. 2014-01-29 20:52:00 +00:00
Allanis
35d03bbbd1 [Change] Can only bribe each pilot once. 2014-01-28 18:53:00 +00:00
Allanis
fb8c13495d [Add] Gave AI customizable bribe messages. 2014-01-27 15:02:00 +00:00
Allanis
9cf2f1c9e9 [Fix] Fixed accidental flag overlap. 2014-01-26 19:12:13 +00:00
Allanis
cf1520b304 [Fix] Fixed some rough edges around bribing and communication in general. 2014-01-26 19:10:23 +00:00
Allanis
37d61803d7 [Add] Added math lib to basic llua. 2014-01-25 19:29:42 +00:00
Allanis
63e2bb55b0 [Add] Implemented bribing. 2014-01-24 21:57:01 +00:00
Allanis
eee760f411 [Fix] Fixed major bugs in flag usage and also weapon_hit stuff. 2014-01-23 23:05:05 +00:00
Allanis
84b20c9bd3 [Fix] Fixed ai.relvel(). Also introduced dot product function. 2014-01-22 17:31:36 +00:00
Allanis
deeea15889 [Change] Only have ai land once. 2014-01-22 15:38:19 +00:00