Hi folks!
Dotk 0.5 was released with some news. One of them was the deep reorganization of the code, that adjusted the new implementations to the Object-Oriented Programming model.
Who access live demo server will see a new layout page and a new screen that allow the user create one or more characters.
All client implementations has been guided by W3C Web Standards and only tested in Firefox, so, no IE patches for while.... read more
Dotk Engine version 0.4 was released.
What's new:
- Chat feature implemented.
Know bugs on that version:
- Duplicated messages may appear in some cases.
- Incompatibility with some diferent character sets.
Dotk now have a chat engine. That's in Beta test, we will improve soon.
Hi. I have been working in collision detection to DotK. I'm using a matrix to place points that means a collision or not. Some things in the dotk's map will cause collision, like trunks of trees, holes, cliffs or anything like that.
DotK version 0.3.1 will be released soon.
Cya,
Marcio Toloi
Feature: Added multiplayer feature that uses Ajax, PHP and Firebird Database.
Feature: Added player's name caption.
Feature: The map size was expanded to 640x480 pixels (40x30 tiles).
Environment: Now the maps have 3 layers: floor, character's layer and upper layer. (e.g. top of trees).
Bugfix: The Engine implementation was relatively improved since 0.2 version.