Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-15 | remove unused includes from net directory. | Andrei Karas | 1 | -9/+0 | |
2013-09-04 | add support for getting full move path from server (evol only). | Andrei Karas | 1 | -1/+2 | |
Also change netcode version to 10. Some times still movement bit wrong. | |||||
2013-08-31 | move being related files into being dir. | Andrei Karas | 1 | -3/+4 | |
2013-08-31 | move particles into particle dir. | Andrei Karas | 1 | -1/+2 | |
2013-08-31 | move input related files into input dir. | Andrei Karas | 1 | -2/+3 | |
2013-06-10 | add partial support for player looks. | Andrei Karas | 1 | -5/+4 | |
Can get packets from server, but cant draw player. | |||||
2013-05-30 | Limit hair color and hair style only for one byte. | Andrei Karas | 1 | -2/+4 | |
Other bytes reserved for future usage. | |||||
2013-05-27 | Fix player sprites in disguise mode. | Andrei Karas | 1 | -4/+10 | |
Also fix animation for local player who disguised monster. For other players disguised monster animation is broken. | |||||
2013-05-05 | Send name request in legacy servers if npc was deleted and created at same time. | Andrei Karas | 1 | -1/+4 | |
2013-04-21 | some other fixes from cpplint. | Andrei Karas | 1 | -3/+3 | |
2013-04-21 | add owned show time to each emote type. | Andrei Karas | 1 | -3/+1 | |
2013-04-18 | add support for using sound delays. | Andrei Karas | 1 | -7/+7 | |
hurt sounds now can be delayed for "delay" of hit sound. | |||||
2013-04-14 | some more style fixes from cpplint. | Andrei Karas | 1 | -2/+2 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -35/+23 | |
2013-03-29 | fix code style. | Andrei Karas | 1 | -14/+15 | |
2013-03-29 | fix processing guildpartyinfo packet. | Andrei Karas | 1 | -1/+7 | |
2013-03-28 | Disable more particles if particle engine disabled. | Andrei Karas | 1 | -1/+3 | |
2013-03-26 | inprove beinghandler class. | Andrei Karas | 1 | -74/+51 | |
2013-03-04 | Add different effects to npc depend on qests status (evol only) | Andrei Karas | 1 | -0/+6 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-12-17 | Use actual skill level in processing skill attack. | Andrei Karas | 1 | -2/+2 | |
2012-12-04 | Fix possible incorrect ditection. | Andrei Karas | 1 | -1/+1 | |
2012-10-06 | Fix monster particle effects. | Andrei Karas | 1 | -2/+2 | |
2012-09-04 | Fix hair colors color if old and new hair using different paletes. | Andrei Karas | 1 | -0/+1 | |
Also fix hair replace logic between hairs with different paletes. | |||||
2012-09-02 | Add const to more classes. | Andrei Karas | 1 | -41/+40 | |
2012-08-29 | Add to replace/reorder sprites pseudo direction "died" | Andrei Karas | 1 | -1/+5 | |
It allow change sprites in dead players. | |||||
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -4/+1 | |
2012-08-01 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-07-17 | Fix more code style and additional warnings. | Andrei Karas | 1 | -4/+6 | |
2012-06-17 | Replace SDL int types to C++ types. | Andrei Karas | 1 | -18/+18 | |
2012-05-31 | Add support for each hair style own palete. | Andrei Karas | 1 | -1/+3 | |
2012-05-09 | Add option to allow automatically attack next target. (disabled by default) | Andrei Karas | 1 | -1/+1 | |
2012-04-08 | Move most input code from keyboardconfig to inputmanager. | Andrei Karas | 1 | -0/+1 | |
2012-03-14 | Add support for other gender. | Andrei Karas | 1 | -3/+5 | |
Fix per gender and race items separation. | |||||
2012-03-10 | Add to skills missile particle effect and hit/miss sounds. | Andrei Karas | 1 | -4/+4 | |
Add to skills use effect 100000 + skillid on target. | |||||
2012-02-08 | Fix code style with new tool. | Andrei Karas | 1 | -0/+6 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-24 | Add ability to play different animation depend on monster hp. | Andrei Karas | 1 | -1/+1 | |
Disabled for legacy servers because monster hp unknown and compilated hp can be wrong (version <= 0). For usage need add to action tag attribute hp="xx" Example: <action name="stand" hp="50" imageset="base"> ... </action> Here 50 mean 50% of health or less. Default action tag mean hp=100 | |||||
2011-11-08 | Fix more gcc 4.7 warnings. | Andrei Karas | 1 | -2/+2 | |
2011-10-10 | Add support for reading monsters attack range. | Andrei Karas | 1 | -9/+25 | |
Tmw server not supported. | |||||
2011-10-08 | Add checks and fix code style. | Andrei Karas | 1 | -34/+14 | |
2011-08-30 | Dont create guild manager instance if guild bot support not enabled. | Andrei Karas | 1 | -1/+1 | |
2011-08-28 | Fix guild name reset on players from time. | Andrei Karas | 1 | -1/+3 | |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-09 | Reserve bits in gender field for future usage. | Andrei Karas | 1 | -0/+3 | |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -1/+1 | |
2011-07-05 | Add ability to send client states to other clients. | Andrei Karas | 1 | -9/+4 | |
Using for this emotes. | |||||
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -0/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-05-21 | Fix some issues after automatic code checking. | Andrei Karas | 1 | -7/+4 | |
2011-05-20 | Start separating netcode to functions and moving some code to ea name space | Andrei Karas | 1 | -0/+820 | |
for future usage for different server types. Processed classes: adminhandler, beinghandler, buysellhandler. |