0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for set functions. Started writing individual load() functions (missing general load() function for now. More... over 20 years ago
Added support for flags settings. Started writing implementation of get/set methods. More... over 20 years ago
compile fix More... over 20 years ago
Started writing script to auto generate code for the settings. More... over 20 years ago
Start working on autosettings. More... over 20 years ago
Fixes here and there. More... over 20 years ago
Added tests for cabal and wefts. Added dehuffman code (not 100% pertintent to hypnos actually). More... over 20 years ago
Autogened to expand modifies from previous commit. Note: with this autogen, also libtools was updated, so there's changes also for it. More... over 20 years ago
Added functions to manage default paths under Windows. Also rewrote code which was loading the UO path from registry using PathRemoveFileSpec() function instead of custom splitPath() which was already removed. Removed construtor for mul files from data.cpp. Added check for shlwapi.h header in configure script under windows (needed for PathRemoveFileSpec()). More... over 20 years ago
Moved cBoat to use the new multi-handling classes instead of old data.cpp functions. More... over 20 years ago
Renewed scripts: using configure script we don't need to filter out all the different type of files, just search in the source directories and not the compilation ones :) More... over 20 years ago
Fixed compilation for multi.mul handling classes. More... over 20 years ago
Wrote implementations to access multi.mul file, using multi.idx index. Need to change the uses of old data unit's functions. Autogened. More... over 20 years ago
Misc fixes for compilation. Updated Makefile.ams to not use libtool when not needed, fixed names and other errors. Autogened. More... over 20 years ago
Misc fixes here and there for compilation. More... over 20 years ago
Fix to last fix More... over 20 years ago
Fixed error about cEquippableContainer missing an unique doubleClicked() function. More... over 20 years ago
Fixes errors on iostream More... over 20 years ago
Characters / Starting Locations... (Packet 0xa9) More... over 20 years ago
A lot of misc fixes for compilation. Added more ignored warnings for icc. More... over 20 years ago
Added better checks for relocation needed, and define DATADIR and company only when needed. Splitted out function to check for windows environment. Added cache support for icc test. More... over 20 years ago
Added checks for iostream includes, and define of DATADIR variable. Removed daemon.cpp from Makefiles. Autogened. More... over 20 years ago
Added daemon code to the console main() code. More... over 20 years ago
Added nDirs namespace for handle paths to accomplish to FHS specs under unix. Rewrote logging system using c++ fstreams instead of stdio (mixing the two will create a lot of problems). Log system still needs a new initialization. More... over 20 years ago
Added BinReloc support for compliancy with FHS standard. Autogened. More... over 20 years ago
Added new mainloop files to Makefiles. Autogened. More... over 20 years ago
Removed quite all the old code in hypnos unit. More... over 20 years ago
Removed notify files, and changed includes. More... over 20 years ago
Wrote the new mainloop code (started at least). Added new tInterface class with child class tConsoleInterface. Removed old notify stuff.... More... over 20 years ago
Misc fixes for compilation. Now libhypnos compiles with icc. More... over 20 years ago