Historique des commits

Auteur SHA1 Message Date
  Lemongrass3110 f59298adda Added support for windows admin detection (#2657) il y a 7 ans
  Jittapan Pluemsumran a46e012619 Made cbasetypes.h more C++ compatible (#2315) il y a 7 ans
  Jey 809fc35b0e Follow up to 4a2574c.\r\nThanks to @Jeybla! il y a 8 ans
  lighta b480cb3d47 Valkyrie example il y a 9 ans
  lighta 8066bdef46 Data alignement il y a 10 ans
  Playtester 525e8178c2 Timer interval, Waterball, Crimson Fire Formation and boss walk delay updates il y a 10 ans
  lighta b92230e33e Cppcheck il y a 11 ans
  lighta 4684090de9 InterPacket_rearrange il y a 11 ans
  lighta 3428ae297a Adding charblock il y a 11 ans
  aleos89 9e50599234 Follow-up to 56ac0ee. Corrected compile errors. il y a 11 ans
  aleos89 56ac0eeae6 Created split_time() and solve_time() to be reused as a default format for parsing. Credits: lighta il y a 11 ans
  lighta 02885990e5 -Merge Herc il y a 12 ans
  brianluau a2bdc47daf - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). il y a 12 ans
  greenboxal2 a7c32653f7 Applied AStyle code formating as discussed on tid:74602. il y a 12 ans
  blacksirius bde86942c0 cleaned up windows header usage (added one central file to use windows / winapi specific stuff, to be able to set the appropriate flags before including it correctly) il y a 13 ans
  brianluau 3aede46965 - Removed trailing tabs, and fixed some spacing. il y a 13 ans
  ultramage edcb998d59 Replaced custom type 'intptr' with standard 'intptr_t'. il y a 14 ans
  ai4rei 1649f98824 * Moved detection of monotonic clock support to the configure script, which also checks, whether or not it actually works (bugreport:1003, related r11912 and r11983). il y a 14 ans
  Yommy f9c60fd3fa added --enable-rdtsc configure option to enhance timer performance, especially in virtualized environments; default disabled - credits to sirius_black il y a 15 ans
  FlavioJS 69720a42bf * Replaced the fake timer heap (sorted array) with a real heap. (improves performance) il y a 16 ans
  FlavioJS 72542d65cc * Hunted down the simpler 64bit pointer truncations. il y a 16 ans
  ultramage 19d4559ab6 Partially reverted the timer code changes from r12926 - r12969. il y a 17 ans
  FlavioJS cb565d9d45 ops ('|'->'&' in delete_timer debug code) il y a 17 ans
  FlavioJS 99a1aaa9e1 * Simplified the search in pop_timer_heap and added more debug info to help determine the source condition of timer errors. (bugreport:1860) il y a 17 ans
  FlavioJS 3f7b407d6d * Added a check to make sure only released timers are acquired from the free list. il y a 17 ans
  FlavioJS 47ee54852d * Fixed pop_timer_heap using max heap comparisons instead of min heap comparisons and protected timer functions against improper use. (should fix bugreport:1833 bugreport:1841) il y a 17 ans
  FlavioJS cdda61ce1b * Added const to the return value of get_timer. il y a 17 ans
  ultramage 290ca7eec3 Fixed a bug in the timer code which made it impossible to delete a timer with id '0' (since pre-svn, still present in jAthena). il y a 17 ans
  ultramage fc5918e335 Removed the calc_times() no-op (bugreport:1289) il y a 17 ans
  FlavioJS c880052f0f * Changed the data field of timers from int to intptr. il y a 17 ans