1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Nov 17, 2024 — Nov 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Menu class added, will handle display of dialogue menu.
thoronador
as Thoronador
More... almost 16 years ago
Weather: rain implemented (particle system). CommandFog and CommandSnow classes merged into CommandWeather; CommandWeather will handle fog, snow and rain. Console: update for CommandWeather (rain).
thoronador
as Thoronador
More... almost 16 years ago
Load and Save methods for DuskObject and some descendants improved. AnimatedObject: Introduction of patrol mode.
thoronador
as Thoronador
More... almost 16 years ago
DataLoader: minor bug fixed.
thoronador
as Thoronador
More... almost 16 years ago
Classes AnimatedObject + NPC: Load and save methods. Class AnimationData: loading/saving to/from stream implemented. Class DataLoader: extended to use AnimationData class, too.
thoronador
as Thoronador
More... almost 16 years ago
Load/Save functions of NPCBase implemented and integrated into DataLoader. Editor: added NPCBase to Code::Blocks project.
thoronador
as Thoronador
More... almost 16 years ago
Dialogue: handling of greetings changed. CommandQuit: unneccessary includes removed. Editor: update of Code::Blocks project - Dialogue header and source added.
thoronador
as Thoronador
More... almost 16 years ago
Introduction of Dialogue class.
thoronador
as Thoronador
More... almost 16 years ago
Setting class now allows one-line comments in configuration file. Sound: documentation updated; IsInitialised() and HasVorbis() added.
thoronador
as Thoronador
More... almost 16 years ago
Snow implemented as particle system. Commands for toggling fog and snow.
thoronador
as Thoronador
More... almost 16 years ago
Documentation update (for some classes), part 2
thoronador
as Thoronador
More... almost 16 years ago
Documentation update (for some classes)
thoronador
as Thoronador
More... almost 16 years ago
Missing file from previous commit.
thoronador
as Thoronador
More... almost 16 years ago
getDirectoryFileList() moved from EditorApplication to DuskFunctions.h. Split of DuskFunctions.h into .h and .cpp. Introduction of Settings singleton class to handle game settings. NPC class uses Settings class to get its balancing settings.
thoronador
as Thoronador
More... almost 16 years ago
DiceBox class created. It will provide the game with random numbers, where neccessary.
thoronador
as Thoronador
More... almost 16 years ago
Introduction of NPCBase class and integration of it into class NPC.
thoronador
as Thoronador
More... almost 16 years ago
Attributes and inventory for NPC class.
thoronador
as Thoronador
More... almost 16 years ago
Missing files from last commit (NPC class)
thoronador
as Thoronador
More... almost 16 years ago
New Weather class can handle fog. NPC class created (nearly no functionality right now).
thoronador
as Thoronador
More... almost 16 years ago
Update to function GetType() of DuskObject and all derived classes. New waypoint system for AnimatedObject added. Update of Dusk.h. Description of functions added to DuskObject.h and AnimatedObject.h.
thoronador
as Thoronador
More... almost 16 years ago
Editor: Landscape can now be deformed. Class Landscape: small fixes. Engine: Camera can now zoom in and out within certain (hardcoded) limits. CommandZoom implements zooming command.
thoronador
as Thoronador
More... almost 16 years ago
Editor: Landscape colour can now be changed. (However, we still need a better method to find exact intersection between a ray and landscape.)
thoronador
as Thoronador
More... almost 16 years ago
Further preparations for landscape editing.
thoronador
as Thoronador
More... almost 16 years ago
Preparations for Landscape Editing.
thoronador
as Thoronador
More... about 16 years ago
(minor issue) Moved #include directive to correct file
thoronador
as Thoronador
More... about 16 years ago
Editor: editing lights is now possible.
thoronador
as Thoronador
More... about 16 years ago
Save and load methods for Inventory, ContainerBase and Container. Editor: can now create lights (LightBase).
thoronador
as Thoronador
More... about 16 years ago
Introduction of classes Container and ContainerBase. Class Inventory updated. Dusk.h updated (and there's still more to do). Small changes in various files.
thoronador
as Thoronador
More... about 16 years ago
DuskObject and Light and now have own methods to load and save themselves. ObjectData can now hold references of Lights, too. Editor: can now place Lights, too.
thoronador
as Thoronador
More... about 16 years ago
Engine: class Light added to hold distinct instances of light. Editor: possibility to delete lights (from LightBase) added.
thoronador
as Thoronador
More... about 16 years ago