- Mar 11, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2994 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2993 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2992 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Mar 09, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2991 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2990 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2989 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
The C core is not split into a shared library (.so/.dll/...). The game executable is now a very simple runner that takes a core name and dynamically loads and runs it. This will allow the game to make updates even if the C core changes, since it can simply download the new dll and place it along the other engine stuff. This means that in the future when a module needs a version of the engine no present it will simply download it and switch to it. Same for old savefiles, they will use the current module & engine version to run. need people to test this on OSX as no special care has been taken for it yet *WORK IN PROGRESS* git-svn-id: http://svn.net-core.org/repos/t-engine4@2988 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Mar 05, 2011
-
-
neil authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2947 51575b47-30f0-44d4-a5cc-537603b46e54
-
neil authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2946 51575b47-30f0-44d4-a5cc-537603b46e54
-
neil authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2945 51575b47-30f0-44d4-a5cc-537603b46e54
-
neil authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2944 51575b47-30f0-44d4-a5cc-537603b46e54
-
neil authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2943 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Mar 03, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2903 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Mar 02, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2901 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2900 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2895 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2894 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2891 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2890 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Mar 01, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2882 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Feb 28, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2879 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
Adds support for damagetype/resistance checks to the tactical AI Added cut_immune to ghosts git-svn-id: http://svn.net-core.org/repos/t-engine4@2877 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Feb 27, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2866 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Feb 26, 2011
-
-
dg authored
Lore found is displayed in a parchment like dialog, sometimes with bloodstains! git-svn-id: http://svn.net-core.org/repos/t-engine4@2835 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Feb 22, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2788 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Feb 20, 2011
-
-
dg authored
Profile system changed. There is now two profiles "offline" and "online". If the game module validates then data is saved into the "online" profile, if a connection is available (and account logged in), it will sync with the server. Otherwise data gets put into the "offline" profile. Things like unlocks and achievements will be loaded from both profiles when module is invalid and only from the "online" profile when it is valid. This means that is you have no internet connection you will play from the "offline" profile. If you have a connection you will play from the online profile, even if you are not logged in. (and it will sync later if you do). Data from "tained" module versions will never "bleed" online but data from online will always "bleed" offline, so you get the best of both worlds. This might sound a bit complex but it should Just Work(tm) git-svn-id: http://svn.net-core.org/repos/t-engine4@2769 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2766 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2765 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2764 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Feb 19, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2762 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2760 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2757 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Feb 18, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2753 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2751 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2750 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2749 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2748 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2745 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Feb 16, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2744 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Feb 14, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2721 51575b47-30f0-44d4-a5cc-537603b46e54
-