- Jun 14, 2011
-
-
dg authored
fix tooltips git-svn-id: http://svn.net-core.org/repos/t-engine4@3650 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
add tstring:extractLines() git-svn-id: http://svn.net-core.org/repos/t-engine4@3645 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Jun 11, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@3637 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
Talents levelup screen will now show value increases in the talent descriptions in a much more concise format git-svn-id: http://svn.net-core.org/repos/t-engine4@3631 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Jun 03, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@3571 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Jun 01, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@3528 51575b47-30f0-44d4-a5cc-537603b46e54
-
- May 19, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@3414 51575b47-30f0-44d4-a5cc-537603b46e54
-
- May 17, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@3390 51575b47-30f0-44d4-a5cc-537603b46e54
-
- May 15, 2011
-
-
dg authored
The new game window can now be told to force loading of an incompatible module (which will usually work anyway) git-svn-id: http://svn.net-core.org/repos/t-engine4@3367 51575b47-30f0-44d4-a5cc-537603b46e54
-
- May 11, 2011
-
-
dg authored
Vor, Gorbat and Rak'Shor prides have been upgraded, they now feature entrance doors, guards, random elites & bosses git-svn-id: http://svn.net-core.org/repos/t-engine4@3336 51575b47-30f0-44d4-a5cc-537603b46e54
-
- May 06, 2011
-
-
dg authored
New method font:draw(string, max_size, r, g, b) that is the same as TString:makeTextureLines() & countLines() combined, but it works on plain strings and it is *fast* Log & Flying texts now have a small shadow to outline the texts git-svn-id: http://svn.net-core.org/repos/t-engine4@3319 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Apr 19, 2011
-
-
dg authored
Optimzed the savefile code to not save base and computed entities lists as they can be reconstructed from data files, making savefiles quite smaller git-svn-id: http://svn.net-core.org/repos/t-engine4@3244 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Mar 30, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@3115 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@3114 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Mar 28, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@3087 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Mar 11, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2994 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Mar 09, 2011
-
-
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
-
- Feb 27, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2870 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 19, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2757 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Feb 02, 2011
-
-
dg authored
Equilibrium from sustains can not be lost with meditation git-svn-id: http://svn.net-core.org/repos/t-engine4@2614 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2611 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2610 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Feb 01, 2011
-
-
dg authored
Overhauled the particles code, most particle computations now run in separate thread(s), this should prevent them from lagging the game git-svn-id: http://svn.net-core.org/repos/t-engine4@2590 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Jan 17, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2411 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Jan 16, 2011
-
-
dg authored
Reduce most creatures (both NPC & players) damage done by about 25% - reducing oneshooting factor which aint quite fun git-svn-id: http://svn.net-core.org/repos/t-engine4@2393 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Jan 15, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2379 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Jan 02, 2011
-
-
dg authored
Made tooltips much faster, moving the mouse over the hotkeys list should not lag anymore Tooltips now internaly use tstrings, you can pass a tstring to Tooltip:set() git-svn-id: http://svn.net-core.org/repos/t-engine4@2267 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Jan 01, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2260 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Dec 31, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2251 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2247 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Dec 29, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2223 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Nov 21, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1996 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1995 51575b47-30f0-44d4-a5cc-537603b46e54
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1979 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Nov 13, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1891 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Nov 11, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1860 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Oct 30, 2010
-
-
dg authored
Flameshock has got a cooldown again, oups! git-svn-id: http://svn.net-core.org/repos/t-engine4@1704 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Oct 24, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1617 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Oct 22, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1603 51575b47-30f0-44d4-a5cc-537603b46e54
-