- Jul 10, 2012
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@5350 51575b47-30f0-44d4-a5cc-537603b46e54
-
- May 21, 2012
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@5165 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Mar 06, 2012
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@4955 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Feb 17, 2012
-
-
dg authored
font:draw() can take a new parameter to prevent displaying entities with an internal FBO and instead returns a table of entities to draw and their positions in the texture string git-svn-id: http://svn.net-core.org/repos/t-engine4@4882 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Feb 14, 2012
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@4872 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Jul 25, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@3962 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Jul 15, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@3850 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Jun 14, 2011
-
-
dg authored
Big UI update, the game log and chat logs are now displayed side by side in transparency over the game map, hotkeys are "flattened" over more width, making room for more map displayed at once git-svn-id: http://svn.net-core.org/repos/t-engine4@3653 51575b47-30f0-44d4-a5cc-537603b46e54
-
- May 15, 2011
-
-
dg authored
Added a message log dialog which supports page up/down, home/end, up/down and mouse wheel. Activate it by clicking on the log or pressing ctrl+m git-svn-id: http://svn.net-core.org/repos/t-engine4@3374 51575b47-30f0-44d4-a5cc-537603b46e54
-
- May 07, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@3323 51575b47-30f0-44d4-a5cc-537603b46e54
-
- May 06, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@3321 51575b47-30f0-44d4-a5cc-537603b46e54
-
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
-
- Mar 28, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@3087 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Feb 27, 2011
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2869 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 02, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2085 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Nov 15, 2010
-
-
dg authored
Living races start with Regeneration and Wild infusions; undeads with Shielding and Phase Door runes git-svn-id: http://svn.net-core.org/repos/t-engine4@1909 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Oct 22, 2010
-
-
dg authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@1598 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 15, 2010
-
-
dg authored
Changed UI to split the various zones visualy and add background images git-svn-id: http://svn.net-core.org/repos/t-engine4@1214 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Sep 10, 2010
-
-
dg authored
Increased UI display speed. LogFlasher, LogDisplay, HotkeysDisplay, ActorsSeenDisplay, Tooltip and PlayerDisplay classes have changed and are now easier (and faster) to use. Converting is easy: * In your Game:display() change lines like self.log:display():toScreen(self.display_x, self.display_y) * to simply: self.log:toScreen() * To convert your own PlayerDisplay have a look at ToME's one, but basically you just need to create a texture with :glTexture() and then update it at the end of yoru display() and add a new toScreen() method git-svn-id: http://svn.net-core.org/repos/t-engine4@1174 51575b47-30f0-44d4-a5cc-537603b46e54
-
- Aug 30, 2010
-
-
dg authored
TE4 can now handle multiple versions of the same engine (or even different ones). Engines are located in game/engines and the default one in game/engines/default Game engines can also come in archived form in a .teae zip file git-svn-id: http://svn.net-core.org/repos/t-engine4@1110 51575b47-30f0-44d4-a5cc-537603b46e54
-