Commit Graph

544 Commits

Author SHA1 Message Date
Allanis
8b27730dc2 [Change] Few improvements to resedit. 2013-04-13 17:38:16 +01:00
Allanis
cbffbfc2a0 [Fix] resedit: save works as it should now. 2013-04-13 17:25:10 +01:00
Allanis
c6161c8acd [Add] resedit: Save uhm, kinda works. 2013-04-13 16:48:36 +01:00
Allanis
17e5164ab4 [Add] Initial code for resource editor. 2013-04-13 15:01:41 +01:00
Allanis
21d25a5585 [Add] New Empire shipping cargo mission. 2013-04-11 18:15:09 +01:00
Allanis
ae97cb398c [Add] Ability to figure out where a planet is located. 2013-04-09 21:11:12 +01:00
Allanis
0fbd239680 [Fix] Can't grab a unique mission if it is already running. 2013-04-09 01:20:22 +01:00
Allanis
3177921160 [Change] Updated TODO. 2013-04-09 01:15:55 +01:00
Allanis
1b3d884f7e [Add] Unique missions are now actually.. Unique. 2013-04-09 01:14:16 +01:00
Allanis
d77aa5cee8 [Add] Dynamically change width of dialogues msg and yesno if text is long. 2013-04-09 00:36:55 +01:00
Allanis
28e164cfba [Fix] Exterminating the bugs. Sorted invalid char generated with tab escape sequence. 2013-04-09 00:23:47 +01:00
Allanis
6a320a27b1 [Fix] Major issue in how hooks worked, now hackishly sane! 2013-04-09 00:19:08 +01:00
Allanis
3df258229c [Fix] guiy fix, no longet see the 0 in weightless cargo. 2013-04-08 23:43:42 +01:00
Allanis
56ef245ae1 [Fix] Stupid toolkit modifyText. 2013-04-08 23:33:36 +01:00
Allanis
e152d40fb2 [Add] Track cargo missions so they get cleaned on abort. 2013-04-08 23:29:44 +01:00
Allanis
8df3171916 [Add] Pretend to be multilingual for easiar conversion later. [Fix] Allow null on toolkit_modifyText. 2013-04-06 17:56:03 +01:00
Allanis
1c0d0cac11 [Add] Major release: First fancy missions for spaceport bars. 2013-04-06 17:11:35 +01:00
Allanis
83d3fbf07c [Fix] Bug in ze missionz 2013-04-06 15:04:20 +01:00
Allanis
9cebbe7f7a [Change] Randomised mission names a bit. 2013-04-06 14:58:15 +01:00
Allanis
91cce3c8c6 [Add] Introduced getListPos to get the position of the list. 2013-04-06 14:53:49 +01:00
Allanis
07883a8a3b [Add] Gave mission cargo special marker in gui. 2013-04-06 14:10:53 +01:00
Allanis
1d57250606 [Add] Mission tracks cargo and makes sure you have it. 2013-04-06 13:32:19 +01:00
Allanis
8172d0f21f [Add] Introduced concept of mission cargo being un-tradable. 2013-04-05 20:19:27 +01:00
Allanis
7f973d7fe8 [Add] Improved space.getPlanet() mission lua. 2013-04-04 21:24:25 +01:00
Allanis
64f929c1d3 [Add] Missions info window. 2013-04-04 21:04:34 +01:00
Allanis
97bd83e7da [Fix] Small bug fixes. 2013-04-04 18:22:04 +01:00
Allanis
2388dbcef0 [Fix] Did an oops in the last commit. 2013-04-04 18:17:07 +01:00
Allanis
371e5b8aba [Change] Improved lua api for missions somewhat. 2013-04-04 18:15:56 +01:00
Allanis
6f7f889160 [Change] Improved shipyard ui. 2013-04-03 20:36:11 +01:00
Allanis
80ad3081f0 [Fix] Fixed up all the bugs for missions, they are now working. 2013-04-03 20:06:51 +01:00
Allanis
bf6577ccc1 [Fix] Nailed the memory leak and a silly error. 2013-04-03 19:49:05 +01:00
Allanis
67dba8aaeb [Change] Cleanups. 2013-04-03 19:45:49 +01:00
Allanis
3da2a4086b [Fix] toolkit module for lua and accpet mission bug. 2013-04-03 19:38:00 +01:00
Allanis
4f93fba024 [Add] Finally, fixed two horrible ugly ass bugs. 2013-04-03 19:08:42 +01:00
Allanis
75f7c81d1b [Fix] Problem with missions is now sorted. 2013-04-03 18:21:26 +01:00
Allanis
1ef8cbfe44 [Fix] Attempting to kill some seg faults. 2013-04-03 17:24:06 +01:00
Allanis
d9c0459f4b [Change] Some cosmetic changes to Shipyard. 2013-04-03 17:15:40 +01:00
Allanis
1a994d60ad [Add] Option to enable/disable buttons. 2013-04-03 17:02:20 +01:00
Allanis
2233635cdc [Fix] At least mission computer doesn't crash now, right? 2013-04-02 22:11:34 +01:00
Allanis
853a07cf19 [Fix] Proper hook cleanup, tried to impove mission computer a little. 2013-04-02 16:56:52 +01:00
Allanis
4a504e0228 [Fix] And that children, is why you don't C/P your code. 2013-04-01 18:00:59 +01:00
Allanis
2e63c40ef4 [Fix] Fixed up most warnings, there are a couple remaining but they aren't important. 2013-04-01 17:42:14 +01:00
Allanis
68710f9fb5 [Add] View missions at land screen. 2013-04-01 00:23:05 +01:00
Allanis
c45de3044d [Fix] minor mem leak. 2013-03-31 23:44:23 +01:00
Allanis
faff7b2193 [Add] Few more mission functions. Also fixed invalid memory free. 2013-03-31 23:34:06 +01:00
Allanis
6fc39a69e0 [Add] Game now tries to load mission properly, excpet lua needs more bindings. ;) 2013-03-31 19:00:05 +01:00
Allanis
fc0a6776c2 [Add] Load mission factions and such. 2013-03-31 17:46:04 +01:00
Allanis
e58813337b [Fix] Typo. 2013-03-31 16:41:40 +01:00
Allanis
ec860d8296 [Change] Also store alliance as a number, more aux functions for factions. 2013-03-31 16:40:09 +01:00
Allanis
b5bfb19911 [Change] Made the toolkit thingies more flexible in height. 2013-03-31 16:17:43 +01:00