Permalink
1 comment
on commit
sign in to comment.
Browse files
Merge pull request #27569 from ZhilkinSerg/sa-2019-01-13
Code optimizations reported by static code analysis (2019-01-13)
- Loading branch information...
Showing
with
403 additions
and 416 deletions.
- +7 −7 src/activity_handlers.cpp
- +4 −5 src/activity_item_handling.cpp
- +24 −25 src/advanced_inv.cpp
- +3 −3 src/advanced_inv.h
- +2 −2 src/armor_layers.cpp
- +4 −4 src/artifact.cpp
- +4 −4 src/auto_pickup.cpp
- +1 −1 src/basecamp.h
- +2 −2 src/calendar.cpp
- +4 −4 src/cata_tiles.cpp
- +2 −2 src/cata_utility.cpp
- +2 −2 src/catacharset.cpp
- +3 −3 src/catalua.cpp
- +8 −8 src/character.cpp
- +3 −3 src/character.h
- +2 −2 src/clzones.cpp
- +15 −18 src/color.cpp
- +3 −4 src/computer.cpp
- +3 −3 src/creature.h
- +2 −2 src/dump.cpp
- +8 −9 src/editmap.cpp
- +2 −1 src/effect.cpp
- +22 −22 src/faction_camp.cpp
- +6 −6 src/field.cpp
- +1 −1 src/filesystem.cpp
- +1 −1 src/filesystem.h
- +8 −8 src/game.cpp
- +1 −1 src/game.h
- +4 −4 src/game_inventory.cpp
- +4 −4 src/gates.cpp
- +22 −24 src/iexamine.cpp
- +8 −9 src/inventory.cpp
- +3 −3 src/inventory_ui.cpp
- +7 −7 src/inventory_ui.h
- +26 −26 src/item.cpp
- +3 −3 src/item.h
- +9 −9 src/item_factory.cpp
- +2 −2 src/item_group.h
- +1 −1 src/item_search.cpp
- +1 −1 src/item_stack.cpp
- +1 −1 src/itype.cpp
- +9 −9 src/itype.h
- +4 −4 src/iuse.cpp
- +23 −25 src/iuse_actor.cpp
- +1 −1 src/iuse_actor.h
- +1 −1 src/iuse_software_minesweeper.cpp
- +7 −7 src/map.cpp
- +2 −2 src/map.h
- +6 −6 src/map_extras.cpp
- +2 −2 src/map_memory.h
- +3 −3 src/mapgen.cpp
- +7 −7 src/mapgen.h
- +1 −1 src/mapgen_functions.cpp
- +2 −2 src/mapgenformat.h
- +1 −1 src/mission.cpp
- +1 −1 src/mission_companion.cpp
- +3 −2 src/mission_companion.h
- +1 −1 src/mission_start.cpp
- +2 −2 src/mongroup.cpp
- +2 −2 src/mongroup.h
- +2 −2 src/monster.cpp
- +1 −1 src/monster.h
- +2 −2 src/morale.cpp
- +2 −2 src/npc.cpp
- +1 −1 src/npc.h
- +2 −2 src/npcmove.cpp
- +1 −1 src/npctalk.cpp
- +0 −4 src/npctalk.h
- +2 −2 src/npctrade.cpp
- +1 −1 src/overmap_ui.cpp
- +1 −1 src/path_info.h
- +3 −3 src/pickup.cpp
- +4 −2 src/player.cpp
- +11 −11 src/player_hardcoded_effects.cpp
- +1 −1 src/recipe_dictionary.cpp
- +1 −1 src/recipe_dictionary.h
- +7 −7 src/savegame_json.cpp
- +5 −5 src/sdltiles.cpp
- +7 −7 src/trait_group.h
- +1 −1 src/trapfunc.cpp
- +1 −0 src/tutorial.cpp
- +3 −4 src/uistate.h
- +4 −4 src/veh_interact.cpp
- +4 −4 src/veh_type.cpp
- +2 −2 src/veh_type.h
- +8 −8 src/vehicle.cpp
- +3 −3 src/vehicle.h
- +3 −4 src/vehicle_use.cpp
- +4 −4 src/weather.cpp
Oops, something went wrong.
This comment has been minimized.
kevingranade commented onJan 18, 2019
4d93e13This commit has been mentioned on Cataclysm: Dark Days Ahead. There might be relevant details there:
https://discourse.cataclysmdda.org/t/which-experimental-version-wont-crash/18430/1