This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository megaglest.
commit df4d7a1db811eb83983b2bae302f855243553b89 Merge: c008918 45bf62e Author: Markus Koschany <[email protected]> Date: Sat Jan 31 15:33:22 2015 +0100 Merge tag 'upstream/3.6.0.3' Upstream version 3.6.0.3 # gpg: Unterschrift vom Sa 31 Jan 2015 15:33:21 CET mittels RSA-Schlüssel ID 513B51E4 # gpg: Korrekte Unterschrift von "Markus Koschany <[email protected]>" [uneingeschränkt] # gpg: alias "Markus Koschany <[email protected]>" [uneingeschränkt] AUTHORS.source_code.txt | 63 + CHANGELOG.txt | 655 ++ CMakeLists.txt | 278 + COPYRIGHT.source_code.txt | 101 + README.compiling-linux.txt | 175 + README.compiling-windows.txt | 139 + README.release-management.txt | 106 + README.txt | 281 + editor.ico | Bin 0 -> 7406 bytes g3dviewer.ico | Bin 0 -> 12014 bytes glest.ico | Bin 0 -> 7406 bytes glest.ini | 86 + glestkeys.ini | 51 + gnu_gpl_3.0.txt | 681 ++ megaglest.bmp | Bin 0 -> 2118 bytes megaglest.desktop | 8 + megaglest.ico | Bin 0 -> 9454 bytes megaglest.png | Bin 0 -> 8274 bytes megaglest.xpm | 1007 +++ mk/cmake/Modules/FindCURL.cmake | 69 + mk/cmake/Modules/FindFTGL.cmake | 61 + mk/cmake/Modules/FindFontConfig.cmake | 39 + mk/cmake/Modules/FindGLEW.cmake | 55 + mk/cmake/Modules/FindIrcclient.cmake | 64 + mk/cmake/Modules/FindLUA.cmake | 73 + mk/cmake/Modules/FindMiniupnpc.cmake | 50 + mk/cmake/Modules/FindOGG.cmake | 64 + .../Modules/FindPackageHandleStandardArgs.cmake | 263 + mk/cmake/Modules/FindXercesC.cmake | 163 + mk/cmake/Modules/FindwxWidgets.cmake | 1065 +++ mk/cmake/Modules/SpecialMacros.cmake | 182 + mk/cmake/Modules/Toolchain-mingw32.cmake | 29 + mk/macosx/CMakeLists.txt | 78 + mk/macosx/Info.plist | 32 + mk/macosx/MegaGlest.icns | Bin 0 -> 14404 bytes mk/macosx/PkgInfo | 2 + mk/windoze/CopyWindowsRuntimeDlls.bat | 7 + mk/windoze/Glest.sln | 196 + mk/windoze/Glest.suo | Bin 0 -> 573952 bytes mk/windoze/Glest_vc2010.sln | 181 + mk/windoze/Installer/MegaGlestInstaller.nsi | 350 + mk/windoze/Installer/MegaGlestUpdater.nsi | 262 + mk/windoze/Installer/megaglestinstallscreen.jpg | Bin 0 -> 245233 bytes mk/windoze/build-mg.bat | 75 + mk/windoze/g2xml.vcproj | 193 + mk/windoze/g2xml.vcxproj | 91 + mk/windoze/g3d_viewer.cbp | 275 + mk/windoze/g3d_viewer.rc | 1 + mk/windoze/g3d_viewer.vcproj | 314 + mk/windoze/g3d_viewer.vcxproj | 165 + mk/windoze/getTools.vbs | 69 + mk/windoze/glest.ico | Bin 0 -> 7406 bytes mk/windoze/glest.rc | 1 + mk/windoze/glest_configurator.cbp | 256 + mk/windoze/glest_configurator.vcproj | 303 + mk/windoze/glest_configurator.vcxproj | 160 + mk/windoze/glest_editor.cbp | 259 + mk/windoze/glest_editor.rc | 1 + mk/windoze/glest_editor.vcproj | 318 + mk/windoze/glest_editor.vcxproj | 166 + mk/windoze/glest_game.cbp | 645 ++ mk/windoze/glest_game.depend | 1 + mk/windoze/glest_game.vcproj | 1049 +++ mk/windoze/glest_game.vcxproj | 367 + mk/windoze/libstreflop.cbp | 192 + mk/windoze/libstreflop.depend | 1 + mk/windoze/libstreflop.vcproj | 587 ++ mk/windoze/libstreflop.vcxproj | 223 + mk/windoze/megaglest.ico | Bin 0 -> 9454 bytes mk/windoze/megaglest.workspace | 11 + mk/windoze/megaglest_editor.ico | Bin 0 -> 7406 bytes mk/windoze/megaglest_g3dviewer.ico | Bin 0 -> 12014 bytes mk/windoze/shared_lib.cbp | 682 ++ mk/windoze/shared_lib.depend | 2223 ++++++ mk/windoze/shared_lib.vcproj | 1269 +++ mk/windoze/shared_lib.vcxproj | 356 + mk/windoze/xml2g.vcproj | 199 + mk/windoze/xml2g.vcxproj | 97 + servers.ini | 3 + source/configurator/CMakeLists.txt | 162 + source/configurator/configuration.cpp | 497 ++ source/configurator/configuration.h | 263 + source/configurator/main.cpp | 274 + source/configurator/main.h | 117 + source/g3d_viewer/CMakeLists.txt | 198 + source/g3d_viewer/main.cpp | 2482 ++++++ source/g3d_viewer/main.h | 224 + source/g3d_viewer/renderer.cpp | 510 ++ source/g3d_viewer/renderer.h | 166 + source/glest_game/CMakeLists.txt | 304 + source/glest_game/ai/ai.cpp | 887 +++ source/glest_game/ai/ai.h | 204 + source/glest_game/ai/ai_interface.cpp | 670 ++ source/glest_game/ai/ai_interface.h | 113 + source/glest_game/ai/ai_rule.cpp | 1573 ++++ source/glest_game/ai/ai_rule.h | 334 + source/glest_game/ai/annotated_map.cpp | 379 + source/glest_game/ai/annotated_map.h | 196 + source/glest_game/ai/cartographer.cpp | 297 + source/glest_game/ai/cartographer.h | 168 + source/glest_game/ai/cluster_map.cpp | 670 ++ source/glest_game/ai/cluster_map.h | 319 + source/glest_game/ai/influence_map.h | 257 + source/glest_game/ai/node_pool.cpp | 134 + source/glest_game/ai/node_pool.h | 195 + source/glest_game/ai/path_finder.cpp | 1486 ++++ source/glest_game/ai/path_finder.h | 152 + source/glest_game/ai/route_planner.cpp | 1152 +++ source/glest_game/ai/route_planner.h | 285 + source/glest_game/ai/search_engine.h | 285 + source/glest_game/facilities/auto_test.cpp | 86 + source/glest_game/facilities/auto_test.h | 58 + source/glest_game/facilities/components.cpp | 867 ++ source/glest_game/facilities/components.h | 390 + source/glest_game/facilities/game_util.cpp | 305 + source/glest_game/facilities/game_util.h | 51 + source/glest_game/facilities/logger.cpp | 217 + source/glest_game/facilities/logger.h | 88 + source/glest_game/facilities/pos_iterator.cpp | 57 + source/glest_game/facilities/pos_iterator.h | 120 + source/glest_game/game/chat_manager.cpp | 508 ++ source/glest_game/game/chat_manager.h | 94 + source/glest_game/game/commander.cpp | 1044 +++ source/glest_game/game/commander.h | 122 + source/glest_game/game/console.cpp | 178 + source/glest_game/game/console.h | 111 + source/glest_game/game/game.cpp | 3339 ++++++++ source/glest_game/game/game.h | 260 + source/glest_game/game/game_camera.cpp | 415 + source/glest_game/game/game_camera.h | 155 + source/glest_game/game/game_constants.h | 174 + source/glest_game/game/game_settings.h | 299 + source/glest_game/game/script_manager.cpp | 1769 +++++ source/glest_game/game/script_manager.h | 364 + source/glest_game/game/stats.cpp | 153 + source/glest_game/game/stats.h | 141 + source/glest_game/global/config.cpp | 1004 +++ source/glest_game/global/config.h | 113 + source/glest_game/global/core_data.cpp | 764 ++ source/glest_game/global/core_data.h | 155 + source/glest_game/global/lang.cpp | 454 ++ source/glest_game/global/lang.h | 68 + source/glest_game/global/metrics.cpp | 92 + source/glest_game/global/metrics.h | 68 + source/glest_game/graphics/debug_renderer.cpp | 577 ++ source/glest_game/graphics/debug_renderer.h | 403 + source/glest_game/graphics/particle_type.cpp | 455 ++ source/glest_game/graphics/particle_type.h | 156 + source/glest_game/graphics/renderer.cpp | 8327 ++++++++++++++++++++ source/glest_game/graphics/renderer.h | 620 ++ source/glest_game/graphics/unit_particle_type.cpp | 283 + source/glest_game/graphics/unit_particle_type.h | 92 + source/glest_game/gui/display.cpp | 131 + source/glest_game/gui/display.h | 112 + source/glest_game/gui/gui.cpp | 1171 +++ source/glest_game/gui/gui.h | 233 + source/glest_game/gui/selection.cpp | 219 + source/glest_game/gui/selection.h | 86 + source/glest_game/main/battle_end.cpp | 511 ++ source/glest_game/main/battle_end.h | 57 + source/glest_game/main/intro.cpp | 825 ++ source/glest_game/main/intro.h | 129 + source/glest_game/main/macosx_main.h | 11 + source/glest_game/main/macosx_main.m | 399 + source/glest_game/main/main.cpp | 3806 +++++++++ source/glest_game/main/main.h | 69 + source/glest_game/main/program.cpp | 763 ++ source/glest_game/main/program.h | 217 + source/glest_game/menu/main_menu.cpp | 271 + source/glest_game/menu/main_menu.h | 115 + source/glest_game/menu/menu_background.cpp | 194 + source/glest_game/menu/menu_background.h | 107 + source/glest_game/menu/menu_state_about.cpp | 252 + source/glest_game/menu/menu_state_about.h | 55 + .../glest_game/menu/menu_state_connected_game.cpp | 3875 +++++++++ source/glest_game/menu/menu_state_connected_game.h | 239 + source/glest_game/menu/menu_state_custom_game.cpp | 3996 ++++++++++ source/glest_game/menu/menu_state_custom_game.h | 248 + source/glest_game/menu/menu_state_graphic_info.cpp | 157 + source/glest_game/menu/menu_state_graphic_info.h | 50 + source/glest_game/menu/menu_state_join_game.cpp | 646 ++ source/glest_game/menu/menu_state_join_game.h | 89 + source/glest_game/menu/menu_state_keysetup.cpp | 524 ++ source/glest_game/menu/menu_state_keysetup.h | 90 + source/glest_game/menu/menu_state_masterserver.cpp | 1157 +++ source/glest_game/menu/menu_state_masterserver.h | 149 + source/glest_game/menu/menu_state_mods.cpp | 2585 ++++++ source/glest_game/menu/menu_state_mods.h | 224 + source/glest_game/menu/menu_state_new_game.cpp | 159 + source/glest_game/menu/menu_state_new_game.h | 48 + source/glest_game/menu/menu_state_options.cpp | 1108 +++ source/glest_game/menu/menu_state_options.h | 149 + source/glest_game/menu/menu_state_root.cpp | 358 + source/glest_game/menu/menu_state_root.h | 60 + source/glest_game/menu/menu_state_scenario.cpp | 483 ++ source/glest_game/menu/menu_state_scenario.h | 81 + source/glest_game/menu/server_line.cpp | 281 + source/glest_game/menu/server_line.h | 78 + source/glest_game/network/client_interface.cpp | 1297 +++ source/glest_game/network/client_interface.h | 131 + source/glest_game/network/connection_slot.cpp | 1210 +++ source/glest_game/network/connection_slot.h | 215 + source/glest_game/network/masterserver_info.h | 94 + source/glest_game/network/network_interface.cpp | 354 + source/glest_game/network/network_interface.h | 282 + source/glest_game/network/network_manager.cpp | 128 + source/glest_game/network/network_manager.h | 53 + source/glest_game/network/network_message.cpp | 977 +++ source/glest_game/network/network_message.h | 732 ++ source/glest_game/network/network_types.cpp | 101 + source/glest_game/network/network_types.h | 138 + source/glest_game/network/server_interface.cpp | 2126 +++++ source/glest_game/network/server_interface.h | 219 + source/glest_game/sound/sound_container.cpp | 45 + source/glest_game/sound/sound_container.h | 54 + source/glest_game/sound/sound_renderer.cpp | 282 + source/glest_game/sound/sound_renderer.h | 92 + source/glest_game/type_instances/command.cpp | 143 + source/glest_game/type_instances/command.h | 93 + source/glest_game/type_instances/faction.cpp | 1764 +++++ source/glest_game/type_instances/faction.h | 265 + source/glest_game/type_instances/object.cpp | 184 + source/glest_game/type_instances/object.h | 95 + source/glest_game/type_instances/resource.cpp | 104 + source/glest_game/type_instances/resource.h | 62 + source/glest_game/type_instances/unit.cpp | 3356 ++++++++ source/glest_game/type_instances/unit.h | 646 ++ source/glest_game/type_instances/upgrade.cpp | 229 + source/glest_game/type_instances/upgrade.h | 97 + source/glest_game/types/command_type.cpp | 905 +++ source/glest_game/types/command_type.h | 417 + source/glest_game/types/damage_multiplier.cpp | 51 + source/glest_game/types/damage_multiplier.h | 86 + source/glest_game/types/element_type.cpp | 118 + source/glest_game/types/element_type.h | 118 + source/glest_game/types/faction_type.cpp | 757 ++ source/glest_game/types/faction_type.h | 97 + source/glest_game/types/object_type.cpp | 64 + source/glest_game/types/object_type.h | 77 + source/glest_game/types/resource_type.cpp | 202 + source/glest_game/types/resource_type.h | 79 + source/glest_game/types/skill_type.cpp | 893 +++ source/glest_game/types/skill_type.h | 399 + source/glest_game/types/tech_tree.cpp | 357 + source/glest_game/types/tech_tree.h | 85 + source/glest_game/types/tileset_model_type.cpp | 35 + source/glest_game/types/tileset_model_type.h | 67 + source/glest_game/types/unit_type.cpp | 986 +++ source/glest_game/types/unit_type.h | 233 + source/glest_game/types/upgrade_type.cpp | 752 ++ source/glest_game/types/upgrade_type.h | 176 + source/glest_game/world/map.cpp | 1734 ++++ source/glest_game/world/map.h | 312 + source/glest_game/world/minimap.cpp | 223 + source/glest_game/world/minimap.h | 73 + source/glest_game/world/scenario.cpp | 337 + source/glest_game/world/scenario.h | 118 + source/glest_game/world/surface_atlas.cpp | 143 + source/glest_game/world/surface_atlas.h | 87 + source/glest_game/world/tileset.cpp | 407 + source/glest_game/world/tileset.h | 185 + source/glest_game/world/time_flow.cpp | 129 + source/glest_game/world/time_flow.h | 68 + source/glest_game/world/unit_updater.cpp | 2607 ++++++ source/glest_game/world/unit_updater.h | 173 + source/glest_game/world/water_effects.cpp | 69 + source/glest_game/world/water_effects.h | 77 + source/glest_game/world/world.cpp | 1968 +++++ source/glest_game/world/world.h | 290 + source/glest_map_editor/CMakeLists.txt | 192 + source/glest_map_editor/icons.h | 88 + source/glest_map_editor/icons/brush_gradient_0.xpm | 25 + .../glest_map_editor/icons/brush_gradient_n1.xpm | 25 + .../glest_map_editor/icons/brush_gradient_n2.xpm | 25 + .../glest_map_editor/icons/brush_gradient_n3.xpm | 25 + .../glest_map_editor/icons/brush_gradient_n4.xpm | 25 + .../glest_map_editor/icons/brush_gradient_n5.xpm | 25 + .../glest_map_editor/icons/brush_gradient_p1.xpm | 25 + .../glest_map_editor/icons/brush_gradient_p2.xpm | 25 + .../glest_map_editor/icons/brush_gradient_p3.xpm | 25 + .../glest_map_editor/icons/brush_gradient_p4.xpm | 25 + .../glest_map_editor/icons/brush_gradient_p5.xpm | 25 + source/glest_map_editor/icons/brush_height_0.xpm | 25 + source/glest_map_editor/icons/brush_height_n1.xpm | 25 + source/glest_map_editor/icons/brush_height_n2.xpm | 25 + source/glest_map_editor/icons/brush_height_n3.xpm | 25 + source/glest_map_editor/icons/brush_height_n4.xpm | 25 + source/glest_map_editor/icons/brush_height_n5.xpm | 25 + source/glest_map_editor/icons/brush_height_p1.xpm | 25 + source/glest_map_editor/icons/brush_height_p2.xpm | 25 + source/glest_map_editor/icons/brush_height_p3.xpm | 25 + source/glest_map_editor/icons/brush_height_p4.xpm | 25 + source/glest_map_editor/icons/brush_height_p5.xpm | 25 + source/glest_map_editor/icons/brush_none.xpm | 26 + .../glest_map_editor/icons/brush_object_bush.xpm | 27 + .../icons/brush_object_c1-bigtree.xpm | 28 + .../icons/brush_object_c2-hanged.xpm | 31 + .../icons/brush_object_c3-statue.xpm | 29 + .../icons/brush_object_c4-bigrock.xpm | 28 + .../icons/brush_object_c5-blocking.xpm | 27 + .../icons/brush_object_dead-tree.xpm | 26 + .../glest_map_editor/icons/brush_object_stone.xpm | 28 + .../glest_map_editor/icons/brush_object_tree.xpm | 28 + .../icons/brush_object_water-object.xpm | 28 + .../glest_map_editor/icons/brush_players_blue.xpm | 26 + .../glest_map_editor/icons/brush_players_cyan.xpm | 26 + .../glest_map_editor/icons/brush_players_green.xpm | 26 + .../icons/brush_players_orange.xpm | 26 + .../glest_map_editor/icons/brush_players_pink.xpm | 26 + .../icons/brush_players_player.xpm | 26 + .../glest_map_editor/icons/brush_players_red.xpm | 26 + .../glest_map_editor/icons/brush_players_white.xpm | 26 + .../icons/brush_players_yellow.xpm | 26 + .../icons/brush_resource_1-gold.xpm | 24 + .../icons/brush_resource_2-stone.xpm | 24 + source/glest_map_editor/icons/brush_resource_3.xpm | 24 + source/glest_map_editor/icons/brush_resource_4.xpm | 24 + source/glest_map_editor/icons/brush_resource_5.xpm | 24 + .../icons/brush_surface_custom.xpm | 26 + .../icons/brush_surface_grass1.xpm | 26 + .../icons/brush_surface_grass2.xpm | 26 + .../glest_map_editor/icons/brush_surface_road.xpm | 26 + .../glest_map_editor/icons/brush_surface_stone.xpm | 26 + .../icons/edit_randomize-heights.xpm | 24 + source/glest_map_editor/icons/edit_randomize.xpm | 25 + source/glest_map_editor/icons/edit_redo.xpm | 24 + .../icons/edit_switch-surfaces.xpm | 24 + source/glest_map_editor/icons/edit_undo.xpm | 24 + source/glest_map_editor/icons/radius_1.xpm | 25 + source/glest_map_editor/icons/radius_2.xpm | 26 + source/glest_map_editor/icons/radius_3.xpm | 25 + source/glest_map_editor/icons/radius_4.xpm | 26 + source/glest_map_editor/icons/radius_5.xpm | 26 + source/glest_map_editor/icons/radius_6.xpm | 26 + source/glest_map_editor/icons/radius_7.xpm | 26 + source/glest_map_editor/icons/radius_8.xpm | 26 + source/glest_map_editor/icons/radius_9.xpm | 25 + source/glest_map_editor/main.cpp | 1621 ++++ source/glest_map_editor/main.h | 345 + source/glest_map_editor/program.cpp | 652 ++ source/glest_map_editor/program.h | 168 + source/glest_map_editor/renderer.cpp | 201 + source/glest_map_editor/renderer.h | 40 + source/masterserver/addServerInfo.php | 214 + source/masterserver/cleanUpServerList.php | 14 + source/masterserver/config.php | 16 + source/masterserver/createDB.sql | 85 + source/masterserver/functions.php | 87 + source/masterserver/index.php | 3 + source/masterserver/showMapsForGlest.php | 33 + source/masterserver/showRecentServers.php | 16 + source/masterserver/showScenariosForGlest.php | 33 + source/masterserver/showServers.php | 133 + source/masterserver/showServersForGlest.php | 54 + source/masterserver/showServersJson.php | 25 + source/masterserver/showTechsForGlest.php | 33 + source/masterserver/showTilesetsForGlest.php | 33 + source/shared_lib/CMakeLists.txt | 426 + source/shared_lib/include/feathery_ftp/ftp.h | 199 + source/shared_lib/include/feathery_ftp/ftpConfig.h | 86 + source/shared_lib/include/feathery_ftp/ftpIfc.h | 56 + .../shared_lib/include/feathery_ftp/ftpMessages.h | 69 + source/shared_lib/include/feathery_ftp/ftpTypes.h | 85 + source/shared_lib/include/graphics/BMPReader.h | 35 + source/shared_lib/include/graphics/FileReader.h | 371 + source/shared_lib/include/graphics/ImageReaders.h | 40 + source/shared_lib/include/graphics/JPGReader.h | 35 + source/shared_lib/include/graphics/PNGReader.h | 42 + source/shared_lib/include/graphics/TGAReader.h | 41 + source/shared_lib/include/graphics/buffer.h | 62 + source/shared_lib/include/graphics/camera.h | 52 + source/shared_lib/include/graphics/context.h | 61 + .../include/graphics/d3d9/context_d3d9.h | 48 + .../shared_lib/include/graphics/d3d9/d3d9_util.h | 26 + .../shared_lib/include/graphics/d3d9/font_d3d9.h | 26 + .../include/graphics/d3d9/graphics_factory_d3d9.h | 33 + .../include/graphics/d3d9/model_renderer_d3d9.h | 53 + .../shared_lib/include/graphics/d3d9/shader_d3d9.h | 109 + .../include/graphics/d3d9/text_renderer_d3d9.h | 25 + .../include/graphics/d3d9/texture_d3d9.h | 41 + source/shared_lib/include/graphics/font.h | 146 + source/shared_lib/include/graphics/font_manager.h | 51 + source/shared_lib/include/graphics/font_text.h | 53 + .../include/graphics/freetype-gl/edtaa3func.h | 98 + .../include/graphics/freetype-gl/font-manager.h | 135 + .../include/graphics/freetype-gl/markup.h | 133 + .../include/graphics/freetype-gl/texture-atlas.h | 161 + .../include/graphics/freetype-gl/texture-font.h | 124 + .../include/graphics/freetype-gl/texture-glyph.h | 136 + .../include/graphics/freetype-gl/vector.h | 293 + .../include/graphics/freetype-gl/vertex-buffer.h | 484 ++ .../shared_lib/include/graphics/gl/base_renderer.h | 35 + source/shared_lib/include/graphics/gl/context_gl.h | 47 + source/shared_lib/include/graphics/gl/font_gl.h | 70 + .../shared_lib/include/graphics/gl/font_textFTGL.h | 60 + .../include/graphics/gl/font_text_freetypegl.h | 281 + .../graphics/gl/graphics_factory_basic_gl.h | 44 + .../include/graphics/gl/graphics_factory_gl.h | 66 + .../include/graphics/gl/graphics_factory_gl2.h | 63 + source/shared_lib/include/graphics/gl/model_gl.h | 32 + .../include/graphics/gl/model_renderer_gl.h | 51 + source/shared_lib/include/graphics/gl/opengl.h | 80 + .../include/graphics/gl/particle_renderer_gl.h | 51 + source/shared_lib/include/graphics/gl/shader_gl.h | 111 + .../include/graphics/gl/text_renderer_gl.h | 110 + source/shared_lib/include/graphics/gl/texture_gl.h | 131 + .../include/graphics/gl2/graphics_factory_gl2.h | 61 + source/shared_lib/include/graphics/gl2/shader_gl.h | 110 + .../shared_lib/include/graphics/graphics_factory.h | 89 + .../include/graphics/graphics_interface.h | 79 + source/shared_lib/include/graphics/interpolation.h | 54 + source/shared_lib/include/graphics/math_util.h | 287 + source/shared_lib/include/graphics/matrix.h | 161 + .../shared_lib/include/graphics/md5/ArbProgram.h | 160 + .../shared_lib/include/graphics/md5/DataManager.h | 120 + .../include/graphics/md5/DataManager.inl | 188 + source/shared_lib/include/graphics/md5/GlErrors.h | 46 + source/shared_lib/include/graphics/md5/Image.h | 568 ++ source/shared_lib/include/graphics/md5/Mathlib.h | 450 ++ source/shared_lib/include/graphics/md5/Mathlib.inl | 2179 +++++ source/shared_lib/include/graphics/md5/Md5Model.h | 548 ++ .../include/graphics/md5/ShaderManager.h | 190 + .../include/graphics/md5/TextureManager.h | 92 + .../shared_lib/include/graphics/md5/md5Texture.h | 218 + source/shared_lib/include/graphics/md5/md5util.h | 56 + source/shared_lib/include/graphics/model.h | 269 + source/shared_lib/include/graphics/model_header.h | 119 + source/shared_lib/include/graphics/model_manager.h | 53 + .../shared_lib/include/graphics/model_renderer.h | 59 + source/shared_lib/include/graphics/particle.h | 545 ++ .../include/graphics/particle_renderer.h | 39 + source/shared_lib/include/graphics/pixmap.h | 395 + source/shared_lib/include/graphics/quaternion.h | 98 + source/shared_lib/include/graphics/shader.h | 87 + .../shared_lib/include/graphics/shader_manager.h | 53 + source/shared_lib/include/graphics/text_renderer.h | 58 + source/shared_lib/include/graphics/texture.h | 196 + .../shared_lib/include/graphics/texture_manager.h | 65 + source/shared_lib/include/graphics/vec.h | 568 ++ source/shared_lib/include/lua/lua_script.h | 83 + source/shared_lib/include/map/map_preview.h | 225 + .../include/platform/common/base_thread.h | 148 + .../include/platform/common/cache_manager.h | 129 + .../include/platform/common/math_wrapper.h | 28 + .../include/platform/common/platform_common.h | 281 + .../include/platform/common/simple_threads.h | 141 + .../shared_lib/include/platform/posix/ircclient.h | 108 + .../include/platform/posix/miniftpclient.h | 144 + .../include/platform/posix/miniftpserver.h | 66 + source/shared_lib/include/platform/posix/socket.h | 312 + .../include/platform/sdl/factory_repository.h | 83 + source/shared_lib/include/platform/sdl/gl_wrap.h | 89 + source/shared_lib/include/platform/sdl/noimpl.h | 17 + .../include/platform/sdl/platform_main.h | 416 + .../include/platform/sdl/platform_util.h | 48 + .../shared_lib/include/platform/sdl/sdl_private.h | 28 + source/shared_lib/include/platform/sdl/thread.h | 318 + source/shared_lib/include/platform/sdl/types.h | 43 + source/shared_lib/include/platform/sdl/window.h | 212 + source/shared_lib/include/platform/sdl/window_gl.h | 39 + source/shared_lib/include/platform/win32/glob.h | 168 + .../include/platform/win32/platform_definitions.h | 23 + .../include/platform/win32/platform_util.h | 94 + source/shared_lib/include/platform/win32/types.h | 290 + .../include/sound/ds8/sound_factory_ds8.h | 31 + .../include/sound/ds8/sound_player_ds8.h | 136 + .../include/sound/openal/sound_factory_openal.h | 29 + .../include/sound/openal/sound_player_openal.h | 132 + source/shared_lib/include/sound/sound.h | 120 + source/shared_lib/include/sound/sound_factory.h | 32 + .../shared_lib/include/sound/sound_factory_none.h | 28 + .../shared_lib/include/sound/sound_file_loader.h | 108 + source/shared_lib/include/sound/sound_interface.h | 43 + source/shared_lib/include/sound/sound_player.h | 64 + source/shared_lib/include/streflop/CMakeLists.txt | 16 + source/shared_lib/include/streflop/FPUCheck.h | 119 + source/shared_lib/include/streflop/FPUSettings.h | 533 ++ source/shared_lib/include/streflop/IntegerTypes.h | 139 + source/shared_lib/include/streflop/LGPL.txt | 510 ++ source/shared_lib/include/streflop/README.txt | 205 + source/shared_lib/include/streflop/Random.h | 245 + source/shared_lib/include/streflop/SMath.h | 721 ++ source/shared_lib/include/streflop/System.h | 82 + source/shared_lib/include/streflop/VERSION.txt | 1 + .../include/streflop/X87DenormalSquasher.h | 196 + source/shared_lib/include/streflop/libm/README.txt | 19 + .../include/streflop/libm/flt-32/Makefile | 5 + .../include/streflop/libm/flt-32/t_exp2f.h | 355 + .../include/streflop/libm/headers/SMath.h | 7 + .../include/streflop/libm/headers/endian.h | 77 + .../include/streflop/libm/headers/features.h | 350 + .../include/streflop/libm/headers/ieee754.h | 223 + .../include/streflop/libm/headers/math.h | 5 + .../include/streflop/libm/headers/math_private.h | 285 + .../include/streflop/libm/headers/wchar.h | 26 + source/shared_lib/include/streflop/libm/import.pl | 536 ++ .../include/streflop/libm/streflop_libm_bridge.h | 438 + source/shared_lib/include/streflop/streflop.h | 99 + source/shared_lib/include/streflop/streflopC.h | 29 + source/shared_lib/include/streflop/streflop_cond.h | 65 + source/shared_lib/include/util/checksum.h | 62 + source/shared_lib/include/util/conversion.h | 45 + source/shared_lib/include/util/factory.h | 87 + source/shared_lib/include/util/heap.h | 119 + source/shared_lib/include/util/leak_dumper.h | 127 + source/shared_lib/include/util/line.h | 83 + source/shared_lib/include/util/profiler.h | 101 + source/shared_lib/include/util/properties.h | 92 + source/shared_lib/include/util/randomgen.h | 46 + source/shared_lib/include/util/string_utils.h | 627 ++ source/shared_lib/include/util/utf8.h | 34 + source/shared_lib/include/util/utf8/checked.h | 327 + source/shared_lib/include/util/utf8/core.h | 432 + source/shared_lib/include/util/utf8/unchecked.h | 228 + source/shared_lib/include/util/util.h | 250 + source/shared_lib/include/xml/xml_parser.h | 170 + .../shared_lib/sources/feathery_ftp/ftpAccount.c | 208 + source/shared_lib/sources/feathery_ftp/ftpCmds.c | 1069 +++ source/shared_lib/sources/feathery_ftp/ftpLib.c | 171 + .../shared_lib/sources/feathery_ftp/ftpMessages.c | 66 + .../shared_lib/sources/feathery_ftp/ftpRuntime.c | 289 + source/shared_lib/sources/feathery_ftp/ftpServer.c | 38 + .../shared_lib/sources/feathery_ftp/ftpSession.c | 375 + .../sources/feathery_ftp/ftpTargetPosix.c | 521 ++ .../sources/feathery_ftp/ftpTargetWin32.c | 555 ++ source/shared_lib/sources/graphics/BMPReader.cpp | 150 + source/shared_lib/sources/graphics/FileReader.cpp | 6 + .../shared_lib/sources/graphics/ImageReaders.cpp | 32 + source/shared_lib/sources/graphics/JPGReader.cpp | 227 + source/shared_lib/sources/graphics/PNGReader.cpp | 350 + source/shared_lib/sources/graphics/TGAReader.cpp | 257 + source/shared_lib/sources/graphics/buffer.cpp | 55 + source/shared_lib/sources/graphics/camera.cpp | 53 + source/shared_lib/sources/graphics/context.cpp | 31 + .../sources/graphics/d3d9/context_d3d9.cpp | 73 + .../shared_lib/sources/graphics/d3d9/d3d9_util.cpp | 21 + .../shared_lib/sources/graphics/d3d9/font_d3d9.cpp | 38 + .../sources/graphics/d3d9/model_renderer_d3d9.cpp | 173 + .../sources/graphics/d3d9/shader_d3d9.cpp | 253 + .../sources/graphics/d3d9/text_renderer_d3d9.cpp | 40 + .../sources/graphics/d3d9/texture_d3d9.cpp | 192 + source/shared_lib/sources/graphics/font.cpp | 443 ++ .../shared_lib/sources/graphics/font_manager.cpp | 85 + source/shared_lib/sources/graphics/font_text.cpp | 30 + .../sources/graphics/freetype-gl/edtaa3func.c | 581 ++ .../sources/graphics/freetype-gl/font-manager.c | 238 + .../sources/graphics/freetype-gl/makefont.c | 361 + .../sources/graphics/freetype-gl/markup.c | 299 + .../sources/graphics/freetype-gl/texture-atlas.c | 349 + .../sources/graphics/freetype-gl/texture-font.c | 441 ++ .../sources/graphics/freetype-gl/texture-glyph.c | 240 + .../sources/graphics/freetype-gl/vector.c | 410 + .../sources/graphics/freetype-gl/vertex-buffer.c | 764 ++ .../sources/graphics/gl/base_renderer.cpp | 200 + .../shared_lib/sources/graphics/gl/context_gl.cpp | 54 + source/shared_lib/sources/graphics/gl/font_gl.cpp | 99 + .../sources/graphics/gl/font_textFTGL.cpp | 434 + .../sources/graphics/gl/font_text_freetypegl.cpp | 277 + .../sources/graphics/gl/model_renderer_gl.cpp | 340 + source/shared_lib/sources/graphics/gl/opengl.cpp | 176 + .../sources/graphics/gl/particle_renderer_gl.cpp | 313 + .../shared_lib/sources/graphics/gl/shader_gl.cpp | 246 + .../sources/graphics/gl/text_renderer_gl.cpp | 700 ++ .../shared_lib/sources/graphics/gl/texture_gl.cpp | 1295 +++ .../shared_lib/sources/graphics/gl2/shader_gl.cpp | 240 + .../sources/graphics/graphics_interface.cpp | 45 + .../shared_lib/sources/graphics/interpolation.cpp | 202 + .../shared_lib/sources/graphics/md5/ArbProgram.cpp | 281 + .../shared_lib/sources/graphics/md5/GlErrors.cpp | 71 + source/shared_lib/sources/graphics/md5/Image.cpp | 1535 ++++ .../shared_lib/sources/graphics/md5/Md5Model.cpp | 1946 +++++ .../sources/graphics/md5/ShaderManager.cpp | 473 ++ .../shared_lib/sources/graphics/md5/md5Texture.cpp | 536 ++ source/shared_lib/sources/graphics/md5/md5util.cpp | 591 ++ source/shared_lib/sources/graphics/model.cpp | 1286 +++ .../shared_lib/sources/graphics/model_manager.cpp | 102 + source/shared_lib/sources/graphics/particle.cpp | 1340 ++++ source/shared_lib/sources/graphics/pixmap.cpp | 1448 ++++ source/shared_lib/sources/graphics/quaternion.cpp | 237 + source/shared_lib/sources/graphics/shader.cpp | 46 + .../shared_lib/sources/graphics/shader_manager.cpp | 82 + source/shared_lib/sources/graphics/texture.cpp | 278 + .../sources/graphics/texture_manager.cpp | 155 + source/shared_lib/sources/lua/lua_script.cpp | 294 + source/shared_lib/sources/map/map_preview.cpp | 1091 +++ .../sources/platform/common/base_thread.cpp | 236 + .../sources/platform/common/cache_manager.cpp | 23 + .../sources/platform/common/platform_common.cpp | 2069 +++++ .../sources/platform/common/simple_threads.cpp | 573 ++ .../sources/platform/macosx/NSFont_OpenGL.h | 54 + .../sources/platform/macosx/NSFont_OpenGL.m | 211 + .../shared_lib/sources/platform/macosx/gl_wrap.mm | 208 + .../sources/platform/posix/ircclient.cpp | 704 ++ .../sources/platform/posix/miniftpclient.cpp | 1342 ++++ .../sources/platform/posix/miniftpserver.cpp | 260 + .../shared_lib/sources/platform/posix/socket.cpp | 2933 +++++++ .../sources/platform/sdl/factory_repository.cpp | 44 + source/shared_lib/sources/platform/sdl/gl_wrap.cpp | 259 + .../sources/platform/sdl/platform_util.cpp | 54 + source/shared_lib/sources/platform/sdl/thread.cpp | 277 + source/shared_lib/sources/platform/sdl/window.cpp | 1025 +++ .../shared_lib/sources/platform/sdl/window_gl.cpp | 44 + .../shared_lib/sources/platform/unix/gl_wrap.cpp | 162 + .../sources/platform/win32/factory_repository.cpp | 52 + .../sources/platform/win32/gl_wrap_billy.cpp | 180 + source/shared_lib/sources/platform/win32/glob.cpp | 462 ++ .../sources/platform/win32/platform_util.cpp | 274 + .../sources/sound/ds8/sound_player_ds8.cpp | 533 ++ .../sources/sound/openal/sound_player_openal.cpp | 644 ++ source/shared_lib/sources/sound/sound.cpp | 148 + .../shared_lib/sources/sound/sound_file_loader.cpp | 224 + .../shared_lib/sources/sound/sound_interface.cpp | 40 + source/shared_lib/sources/sound/sound_player.cpp | 28 + source/shared_lib/sources/streflop/CMakeLists.txt | 21 + source/shared_lib/sources/streflop/LGPL.txt | 510 ++ source/shared_lib/sources/streflop/README.txt | 205 + source/shared_lib/sources/streflop/Random.cpp | 984 +++ source/shared_lib/sources/streflop/SMath.cpp | 44 + source/shared_lib/sources/streflop/VERSION.txt | 1 + source/shared_lib/sources/streflop/libm/README.txt | 19 + source/shared_lib/sources/streflop/libm/e_expf.c | 104 + .../sources/streflop/libm/flt-32/Makefile | 5 + .../sources/streflop/libm/flt-32/e_acosf.cpp | 92 + .../sources/streflop/libm/flt-32/e_acoshf.cpp | 60 + .../sources/streflop/libm/flt-32/e_asinf.cpp | 113 + .../sources/streflop/libm/flt-32/e_atan2f.cpp | 108 + .../sources/streflop/libm/flt-32/e_atanhf.cpp | 61 + .../sources/streflop/libm/flt-32/e_coshf.cpp | 75 + .../sources/streflop/libm/flt-32/e_exp2f.cpp | 131 + .../sources/streflop/libm/flt-32/e_expf.cpp | 107 + .../sources/streflop/libm/flt-32/e_fmodf.cpp | 116 + .../sources/streflop/libm/flt-32/e_gammaf_r.cpp | 59 + .../sources/streflop/libm/flt-32/e_hypotf.cpp | 90 + .../sources/streflop/libm/flt-32/e_j0f.cpp | 445 ++ .../sources/streflop/libm/flt-32/e_j1f.cpp | 445 ++ .../sources/streflop/libm/flt-32/e_jnf.cpp | 215 + .../sources/streflop/libm/flt-32/e_lgammaf_r.cpp | 251 + .../sources/streflop/libm/flt-32/e_log10f.cpp | 70 + .../sources/streflop/libm/flt-32/e_log2f.cpp | 93 + .../sources/streflop/libm/flt-32/e_logf.cpp | 102 + .../sources/streflop/libm/flt-32/e_powf.cpp | 260 + .../sources/streflop/libm/flt-32/e_rem_pio2f.cpp | 199 + .../sources/streflop/libm/flt-32/e_remainderf.cpp | 76 + .../sources/streflop/libm/flt-32/e_sinhf.cpp | 71 + .../sources/streflop/libm/flt-32/e_sqrtf.cpp | 100 + .../sources/streflop/libm/flt-32/k_cosf.cpp | 67 + .../sources/streflop/libm/flt-32/k_rem_pio2f.cpp | 216 + .../sources/streflop/libm/flt-32/k_sinf.cpp | 57 + .../sources/streflop/libm/flt-32/k_tanf.cpp | 104 + .../sources/streflop/libm/flt-32/s_asinhf.cpp | 61 + .../sources/streflop/libm/flt-32/s_atanf.cpp | 123 + .../sources/streflop/libm/flt-32/s_cbrtf.cpp | 67 + .../sources/streflop/libm/flt-32/s_ceilf.cpp | 65 + .../sources/streflop/libm/flt-32/s_copysignf.cpp | 45 + .../sources/streflop/libm/flt-32/s_cosf.cpp | 63 + .../sources/streflop/libm/flt-32/s_erff.cpp | 228 + .../sources/streflop/libm/flt-32/s_expm1f.cpp | 139 + .../sources/streflop/libm/flt-32/s_fabsf.cpp | 42 + .../sources/streflop/libm/flt-32/s_finitef.cpp | 43 + .../sources/streflop/libm/flt-32/s_floorf.cpp | 74 + .../sources/streflop/libm/flt-32/s_fpclassifyf.cpp | 46 + .../sources/streflop/libm/flt-32/s_frexpf.cpp | 56 + .../sources/streflop/libm/flt-32/s_ilogbf.cpp | 53 + .../sources/streflop/libm/flt-32/s_isinff.cpp | 32 + .../sources/streflop/libm/flt-32/s_isnanf.cpp | 45 + .../sources/streflop/libm/flt-32/s_ldexpf.cpp | 40 + .../sources/streflop/libm/flt-32/s_llrintf.cpp | 79 + .../sources/streflop/libm/flt-32/s_llroundf.cpp | 64 + .../sources/streflop/libm/flt-32/s_log1pf.cpp | 118 + .../sources/streflop/libm/flt-32/s_logbf.cpp | 43 + .../sources/streflop/libm/flt-32/s_lrintf.cpp | 79 + .../sources/streflop/libm/flt-32/s_lroundf.cpp | 64 + .../sources/streflop/libm/flt-32/s_modff.cpp | 69 + .../sources/streflop/libm/flt-32/s_nearbyintf.cpp | 80 + .../sources/streflop/libm/flt-32/s_nextafterf.cpp | 82 + .../sources/streflop/libm/flt-32/s_remquof.cpp | 111 + .../sources/streflop/libm/flt-32/s_rintf.cpp | 75 + .../sources/streflop/libm/flt-32/s_roundf.cpp | 76 + .../sources/streflop/libm/flt-32/s_scalblnf.cpp | 66 + .../sources/streflop/libm/flt-32/s_scalbnf.cpp | 66 + .../sources/streflop/libm/flt-32/s_signbitf.cpp | 35 + .../sources/streflop/libm/flt-32/s_sincosf.cpp | 77 + .../sources/streflop/libm/flt-32/s_sinf.cpp | 57 + .../sources/streflop/libm/flt-32/s_tanf.cpp | 52 + .../sources/streflop/libm/flt-32/s_tanhf.cpp | 70 + .../sources/streflop/libm/flt-32/s_truncf.cpp | 55 + .../sources/streflop/libm/flt-32/w_expf.cpp | 13 + source/shared_lib/sources/streflop/libm/import.pl | 536 ++ source/shared_lib/sources/streflop/libm/w_expf.c | 10 + source/shared_lib/sources/streflop/streflopC.cpp | 27 + source/shared_lib/sources/util/checksum.cpp | 235 + source/shared_lib/sources/util/conversion.cpp | 171 + source/shared_lib/sources/util/leak_dumper.cpp | 118 + source/shared_lib/sources/util/profiler.cpp | 129 + source/shared_lib/sources/util/properties.cpp | 492 ++ source/shared_lib/sources/util/randomgen.cpp | 102 + source/shared_lib/sources/util/string_utils.cpp | 896 +++ source/shared_lib/sources/util/util.cpp | 782 ++ source/shared_lib/sources/xml/xml_parser.cpp | 554 ++ source/tools/convert_faction_xml2html/compare.html | 19 + .../convert_faction_xml2html/compare_help.html | 16 + .../convert_faction_xml2html.pl | 2698 +++++++ source/tools/convert_faction_xml2html/favicon.ico | Bin 0 -> 318 bytes .../convert_faction_xml2html/media/compare.html | 19 + .../media/compare_help.html | 16 + .../media/datatables/back_disabled.jpg | Bin 0 -> 612 bytes .../media/datatables/back_enabled.jpg | Bin 0 -> 807 bytes .../media/datatables/forward_disabled.jpg | Bin 0 -> 635 bytes .../media/datatables/forward_enabled.jpg | Bin 0 -> 852 bytes .../media/datatables/sort_asc.png | Bin 0 -> 263 bytes .../media/datatables/sort_asc_disabled.png | Bin 0 -> 252 bytes .../media/datatables/sort_both.png | Bin 0 -> 282 bytes .../media/datatables/sort_desc.png | Bin 0 -> 260 bytes .../media/datatables/sort_desc_disabled.png | Bin 0 -> 251 bytes .../convert_faction_xml2html/media/favicon.ico | Bin 0 -> 318 bytes .../tools/convert_faction_xml2html/media/style.css | 300 + source/tools/convert_faction_xml2html/mg.ini | 246 + source/tools/convert_faction_xml2html/setupDeps.sh | 28 + source/tools/convert_faction_xml2html/style.css | 300 + source/tools/convert_faction_xml2html/xpath.pl | 21 + source/tools/glexemel/CMakeLists.txt | 21 + source/tools/glexemel/COPYING | 340 + source/tools/glexemel/INSTALL | 11 + source/tools/glexemel/Makefile.linux | 30 + source/tools/glexemel/README | 13 + source/tools/glexemel/g2xml.c | 369 + source/tools/glexemel/g3d.dtd | 66 + source/tools/glexemel/g3d_logo.png | Bin 0 -> 60665 bytes source/tools/glexemel/g3d_support.py | 507 ++ source/tools/glexemel/g3d_support_b257.py | 729 ++ source/tools/glexemel/g3d_support_b260.py | 700 ++ source/tools/glexemel/g3d_xml_exporter.py | 535 ++ source/tools/glexemel/g3dv4.h | 57 + source/tools/glexemel/xml2g.c | 672 ++ .../merge_new_language_vars.pl | 139 + source/tools/support/sysinfo.sh | 107 + start_megaglest | 266 + start_megaglest_configurator | 22 + start_megaglest_g3dviewer | 123 + start_megaglest_mapeditor | 123 + 740 files changed, 206817 insertions(+) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/megaglest.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

