Commit Graph

762 Commits

Author SHA1 Message Date
Allanis
bb48d5ac23 [Add] Missions save code. Global save functions. 2013-05-08 19:45:38 +01:00
Allanis
e5620f86eb [Add] First commit of Lephisto save stuff. 2013-05-08 19:12:01 +01:00
Allanis
c609780acc [Add] Improved xml #define magic stuff. 2013-05-08 18:49:24 +01:00
Allanis
3a8a9028d3 [Add] Transport mission type, also increased missions displayed at computer. 2013-05-07 20:42:18 +01:00
Allanis
41e2174c64 [Add] Scouting mission type. 2013-05-07 18:40:39 +01:00
Allanis
1bec93918e [Add] Few additions to lua mission wrappers ready for a new type of mission. 2013-05-06 23:18:36 +01:00
Allanis
f81016feed [Fix] I should have taken a career in bug extermination. 2013-05-06 21:57:27 +01:00
Allanis
1c9bc7ed9d [Add] Missions can now add fleets. 2013-05-06 17:14:32 +01:00
Allanis
c769e71c72 [Fixing] Y NO WERK!? 2013-05-05 21:07:07 +01:00
Allanis
e2bab9f22b [Add] Empire Cargo missions are now always timed. 2013-05-05 13:16:47 +01:00
Allanis
8e1745bd7a [Add] Implemented pilot hooks with the "death" hook as an example. 2013-05-02 20:46:55 +01:00
Allanis
2e5606b845 [Fix] It's a seldom bug, but this will stop us from exploding while entering into hyperspace. 2013-05-02 20:29:16 +01:00
Allanis
2a76ee4d42 [Change] Improved ltime_pretty and increased time to do rush deliveries. 2013-05-02 20:24:53 +01:00
Allanis
2a502f5426 [Add] First time limit mission. 2013-05-02 20:18:34 +01:00
Allanis
b377e18d62 [Fix] Typo's. 2013-05-02 20:01:05 +01:00
Allanis
6665424d97 [Add] Couple more commodities. 2013-04-28 09:23:16 +01:00
Allanis
6d8a6d37c4 [Add] Updated TODO. 2013-04-24 18:43:30 +01:00
Allanis
b1ce5c83c6 [Add] You can now visually see the A* system paths now in map. 2013-04-24 18:42:02 +01:00
Allanis
57837e637a [Fix] Probably not the best fix for a mem leak, but eh. 2013-04-24 18:11:06 +01:00
Allanis
d58d3283a4 [Fix] Removed of a warning on 32bit machines. 2013-04-24 18:07:36 +01:00
Allanis
82ee8a41a7 [Add] Cargo missions take into account fright distance. 2013-04-24 18:05:49 +01:00
Allanis
472579aa2a [Add] A* algorithm to get paths between systems. 2013-04-23 22:57:46 +01:00
Allanis
ccb954324c [Change] Maybe that off-by-one thing is sw mesa issues. :s 2013-04-23 22:03:34 +01:00
Allanis
1391fabc65 [Change] Instead of seeding the MT with a bit of random, we use full urandom. 2013-04-23 22:01:18 +01:00
Allanis
ceb96b0f13 [Add] More hooks to mission lua and improved behaviour. 2013-04-22 16:13:58 +01:00
Allanis
3a4115ca5d [Change] Time units. 2013-04-22 14:56:12 +01:00
Allanis
0ab44366ea [Change] Minor map tweak. 2013-04-22 14:53:38 +01:00
Allanis
1e30edbc83 [Add] Date to player info window. 2013-04-22 14:49:42 +01:00
Allanis
5bfb1cb71e [Fix] Some long standing map issues. 2013-04-22 14:46:10 +01:00
Allanis
35bcabdf16 [Add] Using clipping planes on starmap for better results. 2013-04-22 14:30:07 +01:00
Allanis
b156c96662 [Add] Time bindings to mission lua. 2013-04-22 14:10:19 +01:00
Allanis
7c1816aa2b [Add] Time in the form of Galactic Date. 2013-04-22 14:02:15 +01:00
Allanis
39b63ce669 [Fix] resedit: Data wasn't closing file. 2013-04-20 15:37:10 +01:00
Allanis
c08740dc5a [Add] Empire missions keep a counter. 2013-04-20 15:36:04 +01:00
Allanis
e91ad8b618 [Change] Updated TODO. 2013-04-20 15:33:34 +01:00
Allanis
926b65d3aa [Change] Move AI API to docs. 2013-04-20 15:31:36 +01:00
Allanis
5b29539c17 [Change] Make accel speed dependent, not thrust. 2013-04-20 15:30:33 +01:00
Allanis
9e2bda007b [Add] Missions can actually use flags now. 2013-04-20 15:25:40 +01:00
Allanis
209e75bda1 [Fix] Mission var stuff. 2013-04-20 14:58:14 +01:00
Allanis
a6bca29fa1 [Add] Log more verbose, and added a variable stack to missions. 2013-04-20 14:36:23 +01:00
Tamir Atias
f6b0171562 [Add] Code to prevent objects from free'd when they were already freed before. 2013-04-20 01:11:23 +03:00
Allanis
f2c7676846 [Add] Woops, forgot to save file before commiting.... 2013-04-19 20:23:39 +01:00
Allanis
cc9ffd1e60 [Add] Support for mousewheel to zoom in/out of map. 2013-04-19 20:22:04 +01:00
Allanis
8fd0e73e66 [Add] resedit: Faction editor and support for planet factions. 2013-04-19 19:56:45 +01:00
Allanis
86dd13174b [Add] Tech. 2013-04-19 19:13:45 +01:00
Allanis
a0d57c0cec [Add] Made save recursive. [Fix] Load bug. 2013-04-19 19:05:41 +01:00
Allanis
31b1f706e3 [Add] resedit: Recursive data loading implemented. 2013-04-19 18:55:50 +01:00
Allanis
15082ba17d [Fix] Bugy bugz in Planet update. Failing to render shit properly. 2013-04-19 18:26:39 +01:00
Allanis
c13b9d64a6 [Add] resedit: Working towards being able to move planets around. 2013-04-16 22:09:58 +01:00
Allanis
24969cf807 [Add] resedit: More progress on the planet editor. 2013-04-16 21:35:08 +01:00