1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Dec 03, 2024 — Dec 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update of some function definitions
thoronador
as Thoronador
More... over 13 years ago
Resource class added
thoronador
as Thoronador
More... over 13 years ago
ResourceBase class added
thoronador
as Thoronador
More... over 13 years ago
SoundBase singleton class added.
thoronador
as Thoronador
More... over 13 years ago
Separate header for Dusk-specifix exceptions added (should have been in previous commit already). Journal, NPCBase, ObjectBase, ProjectileBase and WeaponBase will now throw expections, if a non-existent item is requested.
thoronador
as Thoronador
More... over 13 years ago
Separate header for Dusk-specifix exceptions added. ContainerBase, ItemBase and LightBase may now throw expections, if a non-existent item is requested.
thoronador
as Thoronador
More... over 13 years ago
Fixed spelling error in Trigger.h/Trigger.cpp
thoronador
as Thoronador
More... about 14 years ago
VehicleBase: redundant data member removed; Editor: window for creating vehicles added. (Does not work yet.)
thoronador
as Thoronador
More... about 14 years ago
minor fix/update
thoronador
as Thoronador
More... about 14 years ago
Player: loadToStream() and saveToStream() implemented; NPC: saveNPCPart() and loadNPCPart() added; DataLoader: player object will now be loaded/saved, too.
thoronador
as Thoronador
More... about 14 years ago
LandscapeRecord: function generateByDiamondSquare() added to allow generation of landscape records via diamond square algorithm / midpoint displacement. DiceBox: function random() added to generate a random number in [0;1). Scene: createScene() will now generate a few landscape records via the above mentioned function (for test purposes only).
thoronador
as Thoronador
More... over 14 years ago
minor fix in Sound::getAvailableDevices()
thoronador
as Thoronador
More... over 14 years ago
Sound class: function to get default device name added; improvement to Sound::getAvailableDevices()
thoronador
as Thoronador
More... over 14 years ago
Sound class: functions to query audio device names added.
thoronador
as Thoronador
More... over 14 years ago
Fixed error in getDirectoryFileList() function (Linux version only).
thoronador
as Thoronador
More... over 14 years ago
Improvements to get rid of some compiler warnings.
thoronador
as Thoronador
More... over 14 years ago
Fixed dates in some comments.
thoronador
as Thoronador
More... over 14 years ago
Editor: Vehicles can now be deleted, EditorApplicationVehicle class added. EditorApplicationWeapon: minor improvement. VehicleBase: getFirst() and getEnd() added.
thoronador
as Thoronador
More... over 14 years ago
Editor: Weapon data can now be changed, too. EditorApplicationProjectile: minor fixes. WeaponBase: function for updating projectile IDs in weapon data added.
thoronador
as Thoronador
More... over 14 years ago
Editor: possibility to create weapons added.
thoronador
as Thoronador
More... over 14 years ago
Editor: EditorApplicationWeapon class added; possibility to delete weapons. Fixed minor oversight in EditorApplicationProjectile::closeEditWindowsProjectile().
thoronador
as Thoronador
More... over 14 years ago
Iterator types for several classes added. Renamed some functions to more intuitive names.
thoronador
as Thoronador
More... over 14 years ago
Editor: possibility to create and edit projectiles added. ProjectileBase: getFirst() and getEnd() added. NPCBase: iterator type added.
thoronador
as Thoronador
More... over 14 years ago
Editor: moved some code and functions from EditorApplication to ancestor classes, where suitable.
thoronador
as Thoronador
More... over 14 years ago
Editor: class EditorApplicationProjectile added - will handle editing of projectiles.
thoronador
as Thoronador
More... over 14 years ago
Fixed possible null pointer dereference in Weather class.
thoronador
as Thoronador
More... over 14 years ago
Editor: separate window for creating quests.
thoronador
as Thoronador
More... over 14 years ago
Editor: flag for quest failure can now be set, too.
thoronador
as Thoronador
More... over 14 years ago
Update of particle scripts for Ogre 1.6.4
thoronador
as Thoronador
More... almost 15 years ago
Minor error fixed.
thoronador
as Thoronador
More... almost 15 years ago