Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Anders Reggestad <magodra@us...> - 2007-02-25 15:26:45
|
Update of /cvsroot/planeshift/planeshift/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21430/docs Modified Files: history.txt Log Message: - Changed event manager to run next event when scheduled not waiting until next 250 tick. This will make npc client movement smoother. Index: history.txt =================================================================== RCS file: /cvsroot/planeshift/planeshift/docs/history.txt,v retrieving revision 1.4099 retrieving revision 1.4100 diff -C2 -d -r1.4099 -r1.4100 *** history.txt 25 Feb 2007 11:31:38 -0000 1.4099 --- history.txt 25 Feb 2007 15:26:42 -0000 1.4100 *************** *** 1,4 **** --- 1,13 ---- *** 2007-02-25 by Anders Reggestad + - Changed event manager to run next event when scheduled not waiting until + next 250 tick. This will make npc client movement smoother. - Added loading of emotions in client + - Added printing of desimal msg number for + not handled messages to be able to compare + more easy with the log messages and numbers we + have in messages.h. + - Added parsing of Log setup from config file for npcclient. + - Changed so that npc need based on perceptions go from current need + if the new_need hasn't been initialized. *** 2007-02-23 by Anders Reggestad |