- Jan 24, 2015
-
-
Eric Wykoff authored
-
DarkGod authored
Many a fix to colored string rendering. Problems found and obliterated: * drawColorString and drawColorStringBlended were the same. Now they correctly alias one another instead of being letter-to-letter copies. (And they were, I swear.) * drawColorString used LPEG and Font.size, which also used LPEG. This resulted in extreme double LPEGging of every word. See below. * drawColorString was word-to-word tstring.drawOnSurface except less powerful and with return value. So I expressed the former in terms of the latter. This also fixed aforementioned problem with using Font.size. * the same LPEG expressions were used in drawColorString, Font.size, and string.toTString. Now everything uses tstrings. * TStrings now cache results parsed from strings, so functions that accept fancy strings don't choke parsing them every time. Let me say, this helps. Results: tremendously improved performance on low-end machines.
-
DarkGod authored
-
- Jan 23, 2015
-
-
Eric Wykoff authored
-
Eric Wykoff authored
-
Eric Wykoff authored
-
Eric Wykoff authored
-
Eric Wykoff authored
-
Eric Wykoff authored
-
Eric Wykoff authored
-
Eric Wykoff authored
-
Eric Wykoff authored
-
Eric Wykoff authored
prepped anomalies for later stuff
-
Eric Wykoff authored
-
Eric Wykoff authored
-
Eric Wykoff authored
-
Eric Wykoff authored
-
Eric Wykoff authored
flux timed effect displays anomaly talent info
-
Eric Wykoff authored
-
Eric Wykoff authored
-
- Jan 22, 2015
-
-
DarkGod authored
-
Eric Wykoff authored
-
Eric Wykoff authored
-
Eric Wykoff authored
-
Eric Wykoff authored
-
DarkGod authored
-
Eric Wykoff authored
-
Eric Wykoff authored
-
Eric Wykoff authored
-
Eric Wykoff authored
-
Eric Wykoff authored
-
DarkGod authored
-
DarkGod authored
Added an option in Game / Online to open most links in the external browser instead of the internal one
-
DarkGod authored
Small fixes: Revenge: Sliders were off. They were seriously off to the top, especially on Steam UI. I tried to fix this and seemingly succeeded. (Note: birth screen sliers are never set to 0 for some reason. Perhaps you might want to look into it.)
-
Alex Ksandra authored
-
Alex Ksandra authored
-
Eric Wykoff authored
-
Eric Wykoff authored
-
Eric Wykoff authored
-
Eric Wykoff authored
-