Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
code_doc Fix spelling error in 'code_doc/GAME_BALANCE' Jul 7, 2013
data Cleanup formatting of new JSON entries. Aug 10, 2013
doxygen_doc Added doxygen configuration and doxygen comments to map.h Jul 17, 2013
lang Well i might as well update the .pot file again, i suppose. Aug 9, 2013
msvc100 Move getVersionString() declaration to a header file. Aug 8, 2013
tests Remove unused map.itypes; use g->itypes where needed. Jul 5, 2013
.gitignore Move memorial directory gitignore entry to a better location. Aug 8, 2013
.travis.yml Added notification for freenode channel May 5, 2013
CODE_STYLE Add padding argument to coding style specification. May 16, 2013
COMPILING.md Updated cross-compile instructions to fix missing libintl.h Aug 2, 2013
COMPILING_osx.md edit Jul 10, 2013
CONTRIBUTING.md Added a doxygen section to CONTRIBUTING.md Jul 17, 2013
CataclysmWin.cbp Move getVersionString() declaration to a header file. Aug 8, 2013
DEVELOPER_FAQ.txt Conversion part 1 Jul 16, 2013
LICENSE Added license. May 14, 2013
MODDING.txt Initial skeleton of a guide for editing features of the game that do NOT Jun 25, 2013
Makefile Converted 3d visualizer to SDL2.0 Aug 12, 2013
Makefile.Windows WinGDI: Lower cpu usage to ~0% Aug 3, 2013
README Corrected readme email Apr 4, 2013
README.md change link of CONTRIBUTING.md to CleverRaven's repo Jul 11, 2013
SDLMain.h add files for os x/sdl build Jun 28, 2013
SDLMain.m use -lSDL, -lSDL_ttf or frameworks for osx Jul 9, 2013
SIGNOFF Adding my name to SIGNOFF. Jul 29, 2013
TESTING Added short note describing test suite build instructions. Apr 27, 2013
TRANSLATING.md Update TRANSLATING.md to refer to the new maintainer scripts. Aug 5, 2013
action.cpp Add translation support for action.cpp Jul 23, 2013
action.h Split game::autosave() into two - quicksave() handles the vehicle, mo… Jul 15, 2013
addiction.cpp Code clean up. Replace sprintf with string_format. Aug 2, 2013
addiction.h Drugs remove craving when used Jun 24, 2013
artifact.cpp Merge main branch updates Aug 6, 2013
artifact.h Add super clairvoyance artifact power for debugging. May 4, 2013
artifactdata.h Materials refactoring Jun 1, 2013
auto_pickup.cpp changed back to std::string::npos Aug 5, 2013
auto_pickup.h Add/Remove pickup rules with the inventory item menu. Jul 23, 2013
basecamp.cpp allowed npcs to wait at basecamp Feb 27, 2013
basecamp.h allowed npcs to wait at basecamp Feb 27, 2013
bionics.cpp Fix a bunch of i18n problems caused by cleverness inversion. Aug 9, 2013
bionics.h Prevent random bionic generation from creating null or faulty bionics Apr 28, 2013
bodypart.cpp Add translation support for bodypart.cpp Jul 23, 2013
bodypart.h Moved bodytemp code to player.cpp and uncommented update_bodytemp Mar 14, 2013
building_generation.cpp Completely converted over all item spawns to item_groups.json Jul 3, 2013
building_generation.h Rename mapgen_helper to building_generation May 26, 2013
calendar.cpp Options rewrite Step 2 Aug 9, 2013
calendar.h Sun/Moon position instead of precise time for people without a watch. Jul 16, 2013
catacharset.cpp Warning cleanup. Jul 30, 2013
catacharset.h Base64-encode save file name just in case non-ascii characters in pla… Jul 29, 2013
cataclysm-launcher Make the 'launcher' do things without spawning _two_ subshells. Jun 5, 2013
catacurse.h WinGDI: Lower cpu usage to ~0% Aug 3, 2013
catajson.cpp Fixed calling JSON from static functions Jul 19, 2013
catajson.h Fixed calling JSON from static functions Jul 19, 2013
color.cpp Add more colors: c_(whatever)_(white|green|yellow|magenta|cyan) as Jul 23, 2013
color.h Add more colors: c_(whatever)_(white|green|yellow|magenta|cyan) as Jul 23, 2013
computer.cpp Add a bunch of translator comments for sounds. Aug 9, 2013
computer.h AStyle computer.cpp, computer.h Jul 22, 2013
construction.cpp Fixed realign fence construction Aug 2, 2013
construction.h Merge fix to fence rotation operation, autopickup rule toggle in adva… Aug 3, 2013
crafting.cpp Options rewrite Step 1 Aug 8, 2013
crafting.h Fix recipe parsing - in MSVC, catajson.as_string().c_str() becomes in… May 31, 2013
cursesdef.h Tweak the curses header. Jul 3, 2013
cursesport.cpp Minor fix to waddch to avoid extra erease_utf8_by_cw call. Jul 8, 2013
debug.cpp Untest Feb 7, 2013
debug.h Change in how Vehicle Examination window is displayed so it works in … Jul 18, 2013
defense.cpp Merge main branch updates Aug 6, 2013
dialogue.h Move from header to cpp, more. Jul 21, 2013
disease.cpp Merge fix to fence rotation operation, autopickup rule toggle in adva… Aug 3, 2013
disease.h Converted disease identifiers from enum to string. Jul 6, 2013
enums.h Materials refactoring Jun 1, 2013
event.cpp Options rewrite Step 1 Aug 8, 2013
event.h Rewrote map saving; entire map is stored in memory Sep 24, 2012
faction.cpp Replace substr magic number with function. Aug 3, 2013
faction.h Move variables from facdata.h to faction.cpp. Add _( ) to bionics.cpp. Jul 21, 2013
field.cpp changed over field.cpp Aug 5, 2013
field.h Restore private attribute of field class internals. Jul 28, 2013
game.cpp Stored the player position and whether they are driving in a static v… Aug 12, 2013
game.h Implemented a 3d renderer in a separate window. Aug 12, 2013
gamemode.cpp * Fixed options text lengths, added defaults Apr 29, 2013
gamemode.h Revert "Changed RNG to use STD's <random>, with std::default_random_e… Apr 13, 2013
get_version.h Move getVersionString() declaration to a header file. Aug 8, 2013
graffiti.cpp That was levels of wrong beyond the ability of ethics to account for. Mar 3, 2013
graffiti.h Add newline at end of file. Reported by aapo. Mar 10, 2013
help.cpp added _() in help.cpp Jul 19, 2013
helper.cpp fix bug, inverted the numbering Apr 9, 2013
helper.h fix bug, inverted the numbering Apr 9, 2013
iexamine.cpp Merge main branch updates Aug 6, 2013
iexamine.h Adds strawberry bushes. Jun 10, 2013
input.cpp Remove frame skipping for SDL because it skips "wait creating" popup. Jul 30, 2013
input.h F2 to load input.txt as input string (character naming screen, vehicl… Jul 30, 2013
inventory.cpp Remove redundant peek. Aug 9, 2013
inventory.h Save and load invlet cache. Aug 5, 2013
inventory_ui.cpp Merge main branch updates Aug 6, 2013
item.cpp Merge a huge batch of new content. Aug 10, 2013
item.h Merge main branch updates Aug 6, 2013
item_factory.cpp Merge a huge batch of new content. Aug 10, 2013
item_factory.h Check that items exist when adding them to spawn lists. Aug 3, 2013
item_group.cpp Completely converted over all item spawns to item_groups.json Jul 3, 2013
item_group.h Completely converted over all item spawns to item_groups.json Jul 3, 2013
itype.h Merge main branch updates Aug 6, 2013
itypedef.cpp Final small fixes Aug 6, 2013
iuse.cpp Merge a huge batch of new content. Aug 10, 2013
iuse.h New Item (Rising Sun) and bug fixes Aug 7, 2013
keypress.cpp * Split vehicle disembarking out of game::examine(). Jun 5, 2013
keypress.h Rain effect based on Tase's code. Mar 21, 2013
lightmap.cpp Merge PR CleverRaven#2193 - Headlight aiming Jul 30, 2013
lightmap.h Fix some warnings that turned up when attempting to compile with MSVC Apr 23, 2013
line.cpp monster group fix: Jul 23, 2013
line.h monster group fix: Jul 23, 2013
main.cpp Options rewrite Step 1 Aug 8, 2013
main_menu.cpp Move getVersionString() declaration to a header file. Aug 8, 2013
map.cpp Lots of improvements and fixes to the 3d renderer. Aug 12, 2013
map.h Implemented a 3d renderer in a separate window. Aug 12, 2013
mapbuffer.cpp mapbuffer.cpp i18n Aug 1, 2013
mapbuffer.h Doxygen commented mapbuffer.h Jul 17, 2013
mapdata.cpp New debug logger with ability to set log level and filter sources. Oct 3, 2012
mapdata.h Swimming pools Aug 9, 2013
mapgen.cpp Merge a huge batch of new content. Aug 10, 2013
mapgenformat.cpp Separate furniture and territory Jun 27, 2013
mapgenformat.h Separate furniture and territory Jun 27, 2013
mapitems.h Completely converted over all item spawns to item_groups.json Jul 3, 2013
material.cpp Material names are now actually translated. Jul 29, 2013
material.h Added density field, for use in vortex attacks Jun 3, 2013
melee.cpp Merge main branch updates Aug 6, 2013
mission.cpp Add translation support for mission.cpp Jul 24, 2013
mission.h Small spelling error fixes Jul 3, 2013
mission_end.cpp mission_end.cpp i18n Aug 1, 2013
mission_fail.cpp Integrate overmapbuffer as the cache of overmaps. May 13, 2013
mission_place.cpp Integrate overmapbuffer as the cache of overmaps. May 13, 2013
mission_start.cpp Code clean up. Replace sprintf with string_format. Aug 2, 2013
missiondef.cpp missiondef.cpp i18n Aug 1, 2013
monattack.cpp Add a bunch of translator comments for sounds. Aug 9, 2013
monattack.h Added 'parrot' attack that will allow Mi Go to 'call out' May 26, 2013
mondeath.cpp Add a bunch of translator comments for sounds. Aug 9, 2013
mondeath.h Expanded spawn items function and intial test of zombie clothing drops May 12, 2013
mongroup.h init function throw exceptions with error message Jul 19, 2013
mongroupdef.cpp Options rewrite Step 1 Aug 8, 2013
monitemsdef.cpp Reduce volume of items dropped by turrets, and ratio of junk parts to… Jul 14, 2013
monmove.cpp add some gettext i missed in monmove.cpp Aug 2, 2013
monster.cpp Monsters are now rendered in 3d even when not visible on the curses map. Aug 12, 2013
monster.h Cap overkill damage at base damage of attack, preventing gibbing from… Jun 25, 2013
morale.h Added cross-dresser negative trait. Jul 26, 2013
moraledata.h Take care of most of the rest translation strings. Jul 27, 2013
mtype.h Move mtype functions to mtypedef.cpp, translate default name "human". Jul 28, 2013
mtypedef.cpp Move mtype functions to mtypedef.cpp, translate default name "human". Jul 28, 2013
mutation.cpp mutation.cpp i18n Aug 1, 2013
mutation.h Destroy trailing whitespace. Feb 22, 2013
mutation_data.cpp Reworked mutation_data to make trait vailidity more obvious Jul 21, 2013
name.cpp Replace substr magic number with function. Aug 3, 2013
name.h Add city names to names module. Apr 25, 2013
newcharacter.cpp Merge rewrite of options system. Aug 10, 2013
npc.cpp npc.cpp i18n Aug 2, 2013
npc.h two small changes for clang warnings Jul 29, 2013
npcmove.cpp Merge main branch updates Aug 6, 2013
npctalk.cpp Replace substr magic number with function. Aug 3, 2013
omdata.h Swimming pools Aug 9, 2013
options.cpp Options put in categories Aug 9, 2013
options.h More build fixes after options refactor. Aug 10, 2013
output.cpp Revertet some changes from another branch Aug 9, 2013
output.h Revertet some changes from another branch Aug 9, 2013
overmap.cpp Merge a huge batch of new content. Aug 10, 2013
overmap.h Reworked road placement Jul 2, 2013
overmapbuffer.cpp Add a clear method to overmapbuffer and call it when resetting the wo… May 13, 2013
overmapbuffer.h Add a clear method to overmapbuffer and call it when resetting the wo… May 13, 2013
picojson.h Merge remote-tracking branch 'dda/pr/904' into dda-master May 9, 2013
player.cpp Merge a huge batch of new content. Aug 10, 2013
player.h New wetness morale paradigm Aug 10, 2013
pldata.h [Play Now!] option in [New Game] to skip any confirm windows. Allow h… Aug 3, 2013
posix_time.cpp Complete computer rewrite. Several other changes. Jul 22, 2011
posix_time.h vehicles moving faster are now animated faster. Feb 4, 2013
profession.cpp Remove mandatory gender checks on professions. Jul 30, 2013
profession.h Remove mandatory gender checks on professions. Jul 30, 2013
ranged.cpp Options rewrite Step 2 Aug 9, 2013
resource.rc Windows icon fix + related code cleanup Jul 20, 2013
rng.cpp Allow rng to accept parameters in swapped order Jun 26, 2013
rng.h Allow rng to accept parameters in swapped order Jun 26, 2013
sdl3d.cpp Implemented controls to change the perspective. Aug 12, 2013
sdlcurse.cpp More build fixes after options refactor. Aug 10, 2013
settlement.cpp Revert "Merge branch 'WarningResolutions' of git://github.com/AkrionX… Mar 3, 2013
settlement.h Revert "Merge branch 'WarningResolutions' of git://github.com/AkrionX… Mar 3, 2013
setvector.cpp Add a string_format function to avoid too many temporary char buffers… Jul 25, 2013
setvector.h Fixing things so code compiles on MS Visual Studio 2010, which showed… May 8, 2013
skill.cpp Options rewrite Step 2 Aug 9, 2013
skill.h Merge Int-dependent skill rust, Windows icon fix, autopickup optimiza… Jul 23, 2013
text_snippets.cpp Hunt down remaining translation problems, more. Jul 28, 2013
text_snippets.h init function throw exceptions with error message Jul 19, 2013
tileray.cpp Fix some warnings that turned up when attempting to compile with MSVC Apr 23, 2013
tileray.h Fixed linux compatibility Mar 23, 2013
translations.h Move clocale behind libintl.h to resolve std::setlocale conflict. Jul 21, 2013
trap.h Added a placeable funnel item to collect water when it is raining. Apr 24, 2013
trapdef.cpp Move omdata.h variables to overmap.cpp. Add translation support to a … Jul 26, 2013
trapfunc.cpp Add a bunch of translator comments for sounds. Aug 9, 2013
tutorial.cpp Remove unused map.itypes; use g->itypes where needed. Jul 5, 2013
tutorial.h s/accuracy/dispersion/g because accuracy is not what it is. Jun 21, 2013
ui.cpp uimenu: bugfixes and additional helper functions Aug 9, 2013
ui.h uimenu: bugfixes and additional helper functions Aug 9, 2013
uistate.h Now using 'uimenu' class to query for sorting, or destination when mo… Jun 8, 2013
veh_interact.cpp Options put in categories Aug 9, 2013
veh_interact.h two small changes for clang warnings Jul 29, 2013
veh_type.h Change ammo type identifiers to lower case. Jul 11, 2013
veh_typedef.cpp Take care of most of the rest translation strings. Jul 27, 2013
vehicle.cpp plasma fuel display fix Aug 10, 2013
vehicle.h Take care of most of the rest translation strings. Jul 27, 2013
version.cpp Move getVersionString() declaration to a header file. Aug 8, 2013
wcwidth.c Utf8 support. Jun 27, 2013
wdirent.h Allow compilation using MSVC 2010 Express, both 32-bit and 64-bit Apr 23, 2013
weather.cpp Merge a huge batch of new content. Aug 10, 2013
weather.h Hunting down misc translation problems. Jul 28, 2013
weather_data.cpp Hunting down misc translation problems. Jul 28, 2013
wincurse.cpp More build fixes after options refactor. Aug 10, 2013
wish.cpp Take care of most of the rest translation strings. Jul 27, 2013