Age | Commit message (Expand) | Author | Files | Lines |
2014-01-06 | dont leak memory if exists monster duplicate with same id. | Andrei Karas | 1 | -3/+16 |
2014-01-06 | dont leak memory if exists npc duplicate with same id. | Andrei Karas | 1 | -2/+8 |
2014-01-06 | Add missing npc font settings. | Andrei Karas | 5 | -4/+35 |
2014-01-06 | add missing auto switch font to japanese or chinese for npc font. | Andrei Karas | 1 | -5/+18 |
2014-01-06 | add support for patch files for items.xml, npcs.xml, monsters.xml | Andrei Karas | 4 | -0/+6 |
2014-01-05 | Add chinese font auto usage if detected chinese locale. | Andrei Karas | 7 | -1/+49 |
2014-01-05 | dont leak memory if exists item duplicates with same id. | Andrei Karas | 1 | -13/+5 |
2014-01-04 | fix window icon in windows.v1.4.1.4 | Andrei Karas | 1 | -0/+8 |
2014-01-04 | Change version to 1.4.1.4. | Andrei Karas | 1 | -2/+2 |
2014-01-03 | dont spawn pet on collision. | Andrei Karas | 1 | -0/+8 |
2014-01-03 | fix server config saving if select switch character or switch server. | Andrei Karas | 3 | -0/+5 |
2014-01-02 | fix itempopup update if old and new item is unknown. | Andrei Karas | 2 | -1/+9 |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 870 | -870/+870 |
2014-01-01 | add ability for auto backup main configuration file on startup. | Andrei Karas | 4 | -0/+56 |
2014-01-01 | add in renameFile function support for nacl. | Andrei Karas | 2 | -6/+6 |
2013-12-31 | fix code style. | Andrei Karas | 10 | -22/+28 |
2013-12-31 | add pet direction type if owner dead. | Andrei Karas | 4 | -2/+29 |
2013-12-31 | add pet offset if owner is dead. | Andrei Karas | 4 | -1/+25 |
2013-12-31 | add pet offset if owner is moving. | Andrei Karas | 4 | -8/+40 |
2013-12-31 | fix compilation warnings. | Andrei Karas | 1 | -3/+3 |
2013-12-31 | Improve drawNet in safeopenglgraphics. | Andrei Karas | 2 | -4/+28 |
2013-12-31 | fix compilation errors with different flags. | Andrei Karas | 3 | -4/+4 |
2013-12-30 | add drawImageInline into renders for internal usage. | Andrei Karas | 15 | -12/+70 |
2013-12-30 | add calcTileVertexesInline into renders for internal usage. | Andrei Karas | 15 | -10/+92 |
2013-12-30 | add calcPatternInline into renders for internal usage. | Andrei Karas | 15 | -24/+113 |
2013-12-30 | rename shared files in renderers. | Andrei Karas | 4 | -4/+4 |
2013-12-30 | add calcImageRect into each renderer. but copy function body to shared file. | Andrei Karas | 21 | -108/+210 |
2013-12-30 | add drawPatternInline into renders for internal usage. | Andrei Karas | 12 | -7/+70 |
2013-12-30 | add drawImageRect into each renderer. but copy function body to shared file. | Andrei Karas | 20 | -78/+196 |
2013-12-30 | deduplicate opengl renders methods definition. | Andrei Karas | 7 | -475/+151 |
2013-12-30 | Improve calcImageRect in renderers. | Andrei Karas | 8 | -42/+20 |
2013-12-30 | Remove unused comments from graphics. | Andrei Karas | 1 | -3/+0 |
2013-12-30 | Fix images drawing in software renderers. | Andrei Karas | 2 | -4/+4 |
2013-12-30 | Improve drawImageRect in renderers. | Andrei Karas | 2 | -34/+14 |
2013-12-30 | Improve drawRescaledImage in renderers. | Andrei Karas | 17 | -303/+69 |
2013-12-30 | fix overhead text popups order. Now it drawed always below any windows. | Andrei Karas | 5 | -0/+33 |
2013-12-29 | fix compilation warnings. | Andrei Karas | 4 | -10/+14 |
2013-12-29 | improve draw image calls. | Andrei Karas | 53 | -217/+130 |
2013-12-29 | Remove duplicate code from mobileopenglgraphics. | Andrei Karas | 1 | -216/+44 |
2013-12-29 | Remove duplicate code from normalopenglgraphics. | Andrei Karas | 1 | -254/+65 |
2013-12-29 | Remove unused variabled from mobileopenglgraphics. | Andrei Karas | 2 | -8/+0 |
2013-12-29 | Add cached draw methods into renderers. | Andrei Karas | 17 | -2/+1214 |
2013-12-28 | Remove unused method from renders. | Andrei Karas | 2 | -21/+0 |
2013-12-28 | In renderers replace ImagePattern in methods into Pattern. | Andrei Karas | 21 | -335/+335 |
2013-12-27 | add missing static keywords into chatwindow. | Andrei Karas | 1 | -2/+4 |
2013-12-27 | add pet emote command. | Andrei Karas | 7 | -1/+45 |
2013-12-27 | add missing translation comment into chatwindow. | Andrei Karas | 1 | -0/+5 |
2013-12-27 | allow to owner talk from own pet. | Andrei Karas | 7 | -0/+62 |
2013-12-26 | Fix being popup height if no any information about being except name. | Andrei Karas | 1 | -0/+1 |
2013-12-26 | Show popup on pets. | Andrei Karas | 2 | -1/+3 |