0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleanup. Moved declaration for library missing string functions at top of strings.hpp. Require definitions of __STDC__ and _XPG4_2 to make solaris work as needed. More... over 19 years ago
Rewrote for the new time the limits handling, now should work better on all platforms, and uses the standard defines. More... over 19 years ago
Added check for a solaris-dependant header More... over 19 years ago
Fix compilation, added check for algorithm. More... over 19 years ago
Added limits took from GNU's stdint.h, should work on every platform, also if they don't have stdint.h More... over 19 years ago
Use standard int limits when area available. More... over 19 years ago
Added missing include. More... over 19 years ago
Added suffixes.. hope this will work... More... over 19 years ago
Added suffixes.. hope this will work... More... over 19 years ago
Changed _MAX and _MIN defines to static constants because non-glibc systems seems not to have them. At least OpenBSD doesn't have them. More... over 19 years ago
Fixed headers for cliloc.hpp More... over 19 years ago
Added check for inttypes.h before sys/types.h, so we have 3 headers failout to find the right one with the types. Hope now it will works. More... over 19 years ago
Continuing headers cleanup. This both reduce the impact of the precompiled headers as space-eating solution, and makes cleaner which the errors in the headers' interfaces are. Now also the error log for units should be decreased: an error in a header doesn't involve units which doesn't require it. More... over 19 years ago
Forgot to add the .in file.. More... over 19 years ago
Headers cleanup for precompiled headers. More... over 19 years ago
Made configure fail if wefts is not found. More... over 19 years ago
Added support for standard integers when stdint.h isn't present (for example openbsd). Enabled PCH by default if supported. More... over 19 years ago
Fixed some errors precompiling headers More... over 19 years ago
Fixed #include directives for headers files in includes More... over 19 years ago
Fixed Makefiles for includes/ pchs. More... over 19 years ago
Added precompiled headers support to rest of includes. More... over 19 years ago
Added support for precompiled headers of gcc 3.4.3. More... over 19 years ago
Fixed include directives to use the .hpp files. More... over 19 years ago
Renamed includes to .hpp to make use of GCC's precompiled headers support [if I can find a way to make them checked at configure time :)]. More... over 19 years ago
Reputation related settings complete. More... over 19 years ago
Jails related settings complete. More... over 19 years ago
Skills related settings complete. Removed DelaySkills in Server and substituted with SkillDelay in Skills More... over 19 years ago
Substituting nSettings::Server::getDelaySkills with nSettings::Skills::getSkillDelay More... over 19 years ago
Actions related settings completed More... over 19 years ago
Substituting nServer::Server::getDelayObjects() with nServer::Actions::getObjectsDelay() More... over 19 years ago