Historial de Commits

Autor SHA1 Mensaje Fecha
  Lasse Öörni 80656971de Removed SpinLock class. hace 14 años
  Lasse Öörni c8089b1687 Initial work queue & multithreading support. hace 14 años
  Lasse Öörni 9d077e78a8 Code cleanup. hace 14 años
  Lasse Öörni fd06d3cf4a Fixed component ID overwrite when copy-pasting scene nodes in the editor. hace 14 años
  Lasse Öörni ad6243870b Updated to newest kNet & AngelScript. hace 14 años
  Lasse Öörni b6e09d2655 Renamed FinishUpdate() to ApplyAttributes() to be more descriptive, and to not confuse with frame updates. hace 14 años
  Lasse Öörni 3f7fffbf49 Some renames. CollisionGroup -> CollisionLayer, Scene::GetNodeByID() -> GetNode(), Ray::Distance() -> HitDistance(). hace 14 años
  Lasse Öörni 0298cd3e00 Removed assumptions of root node's identity transform. hace 14 años
  Lasse Öörni 4fbd837058 Refactored user variables & other subindexed attributes handling in the editor. Now the proper editors are used. hace 14 años
  Lasse Öörni 3576a81993 Initial node/component attribute editing. hace 14 años
  Lasse Öörni 215fb04f72 Converted VAR_BUFFER file serialization attributes to VAR_VARIANTVECTOR to make them more readable and/or editable. hace 14 años
  Lasse Öörni 360ab16f9f Do not replicate the scene ID generator state through the network unnecessarily. hace 14 años
  Lasse Öörni de67af8825 CoreData / Data reorganization. hace 14 años
  Lasse Öörni 6d552a8193 Use fixed size 24 bit network object IDs for more deterministic bandwidth use. hace 14 años
  Lasse Öörni 38fe1554ba Initial multiplayer NinjaSnowWar. hace 14 años
  Lasse Öörni 444c18673e Code formatting & optimization. hace 14 años
  Lasse Öörni f70cc35815 Added package file download support to the network protocol. hace 14 años
  Lasse Öörni 40d04b377b Added Compare function to String, which is optionally case-insensitive. hace 14 años
  Lasse Öörni fbf5bd4076 Added log prints for loading & saving the scene. hace 14 años
  Lasse Öörni ffad4ba005 Fixed UI related crashes in headless mode. hace 14 años
  Lasse Öörni ee9b6cc0f8 Renamed the script PostLoad() to FinishUpdate(). hace 14 años
  Lasse Öörni 7b15b34c83 Removed most OnGetAttribute() / OnSetAttribute() functions in favor of accessor attributes. hace 14 años
  Lasse Öörni 4c3dd57980 Added more networking functionality, including remote events and client's controls update. hace 14 años
  Lasse Öörni af2b4311dc Function name unification and cleanup. ChildElement -> Child. RootElement -> Root. ScriptedChildren -> ChildrenWithScript. hace 14 años
  Lasse Öörni b90c1386be Removed unnecessary parentheses. hace 14 años
  Lasse Öörni f1010c683e Removed errorprone string addition operations. hace 14 años
  Lasse Öörni f3859c1ed7 Added documentation about containers. hace 14 años
  Lasse Öörni 516b532a8f Refactored StringUtils as member functions of String & the classes to be converted. hace 14 años
  Lasse Öörni d69efd65f0 Container library fixes. hace 14 años
  Lasse Öörni 565de1ad02 Moved some of StringUtils functions to the String class. hace 14 años