------------------------------------------------------------------------ r2784 | beko | 2011-12-02 20:13:00 +0100 (Fr, 02. Dez 2011) | 1 Zeile changed linux buildfile for 0.2.7 release ------------------------------------------------------------------------ r2783 | alzi | 2011-12-02 19:56:24 +0100 (Fr, 02. Dez 2011) | 2 Zeilen fixed saving save path ------------------------------------------------------------------------ r2782 | alzi | 2011-12-02 19:46:16 +0100 (Fr, 02. Dez 2011) | 2 Zeilen another fix for the save path ------------------------------------------------------------------------ r2781 | alzi | 2011-12-02 19:32:38 +0100 (Fr, 02. Dez 2011) | 2 Zeilen fixed save path on linux ------------------------------------------------------------------------ r2780 | alzi | 2011-12-02 19:01:25 +0100 (Fr, 02. Dez 2011) | 2 Zeilen fixed data paths on linux ------------------------------------------------------------------------ r2777 | pagra | 2011-11-22 22:10:42 +0100 (Di, 22. Nov 2011) | 1 Zeile fix mac xcode project ------------------------------------------------------------------------ r2776 | alzi | 2011-11-21 10:43:00 +0100 (Mo, 21. Nov 2011) | 2 Zeilen applied patch for #424 by Jarod42 ------------------------------------------------------------------------ r2775 | tron | 2011-11-20 23:51:47 +0100 (So, 20. Nov 2011) | 1 Zeile The argument of std::toupper() must be an unsigned char. ------------------------------------------------------------------------ r2774 | tron | 2011-11-20 23:51:46 +0100 (So, 20. Nov 2011) | 1 Zeile Remove write-only variables. ------------------------------------------------------------------------ r2773 | tron | 2011-11-20 23:51:45 +0100 (So, 20. Nov 2011) | 1 Zeile Whitespace fixes. ------------------------------------------------------------------------ r2771 | alzi | 2011-11-20 22:10:45 +0100 (So, 20. Nov 2011) | 2 Zeilen another try to fix linux build errors ------------------------------------------------------------------------ r2770 | alzi | 2011-11-20 22:04:49 +0100 (So, 20. Nov 2011) | 2 Zeilen fixes for linux build problems ------------------------------------------------------------------------ r2769 | eiko | 2011-11-20 11:04:23 +0100 (So, 20. Nov 2011) | 1 Zeile fixed #455; changed sDataDir to getDataDir() ------------------------------------------------------------------------ r2768 | eiko | 2011-11-19 21:46:54 +0100 (Sa, 19. Nov 2011) | 1 Zeile restored last version of mveplayer.cpp. Please do NOT check in untested code, tron! ------------------------------------------------------------------------ r2767 | alzi | 2011-11-19 14:05:22 +0100 (Sa, 19. Nov 2011) | 2 Zeilen Some documentation for the settings class ------------------------------------------------------------------------ r2766 | eiko | 2011-11-19 11:29:03 +0100 (Sa, 19. Nov 2011) | 1 Zeile removed #undef main in main.cpp ------------------------------------------------------------------------ r2765 | alzi | 2011-11-18 20:17:34 +0100 (Fr, 18. Nov 2011) | 2 Zeilen minor fix for last checkin ------------------------------------------------------------------------ r2764 | alzi | 2011-11-18 01:08:35 +0100 (Fr, 18. Nov 2011) | 2 Zeilen new system for reading and writing config values ------------------------------------------------------------------------ r2763 | tron | 2011-11-09 16:36:24 +0100 (Mi, 09. Nov 2011) | 1 Zeile Remove commented out declaration of non-existent method. ------------------------------------------------------------------------ r2762 | tron | 2011-11-09 16:36:23 +0100 (Mi, 09. Nov 2011) | 1 Zeile Simplify IsWhiteSpace(): isspace() already checks for \n and \r. ------------------------------------------------------------------------ r2761 | tron | 2011-11-09 16:36:22 +0100 (Mi, 09. Nov 2011) | 1 Zeile Do not convert false to a null pointer. ------------------------------------------------------------------------ r2760 | tron | 2011-11-09 16:36:21 +0100 (Mi, 09. Nov 2011) | 1 Zeile Remove write-only variables. ------------------------------------------------------------------------ r2759 | tron | 2011-11-09 16:36:20 +0100 (Mi, 09. Nov 2011) | 1 Zeile Remove pointless explicit zero initialisation. ------------------------------------------------------------------------ r2758 | tron | 2011-11-09 16:36:19 +0100 (Mi, 09. Nov 2011) | 1 Zeile Remove unnecessary macro definition. ------------------------------------------------------------------------ r2757 | tron | 2011-11-09 16:36:18 +0100 (Mi, 09. Nov 2011) | 1 Zeile Remove unnecessary + on string literals. ------------------------------------------------------------------------ r2756 | tron | 2011-11-09 16:36:16 +0100 (Mi, 09. Nov 2011) | 1 Zeile Simplify: Use a here-document instead of a bunch of echos. ------------------------------------------------------------------------ r2755 | tron | 2011-11-09 16:36:15 +0100 (Mi, 09. Nov 2011) | 1 Zeile Abort the script if a command fails. ------------------------------------------------------------------------ r2754 | tron | 2011-11-09 16:36:14 +0100 (Mi, 09. Nov 2011) | 1 Zeile Correct #!. ------------------------------------------------------------------------ r2753 | tron | 2011-11-09 16:36:13 +0100 (Mi, 09. Nov 2011) | 1 Zeile Reduce variable scope. ------------------------------------------------------------------------ r2752 | tron | 2011-11-09 16:36:12 +0100 (Mi, 09. Nov 2011) | 1 Zeile Remove extra semicolons. ------------------------------------------------------------------------ r2751 | tron | 2011-11-09 16:36:11 +0100 (Mi, 09. Nov 2011) | 1 Zeile Use AutoSurface in cMap::LoadTerrGraph. ------------------------------------------------------------------------ r2750 | tron | 2011-11-09 16:36:10 +0100 (Mi, 09. Nov 2011) | 1 Zeile Use AutoSurface in MVEPlayer(). ------------------------------------------------------------------------ r2749 | tron | 2011-11-09 16:36:09 +0100 (Mi, 09. Nov 2011) | 1 Zeile Use AutoSurface in class cUnicodeFont. ------------------------------------------------------------------------ r2748 | tron | 2011-11-09 16:36:09 +0100 (Mi, 09. Nov 2011) | 1 Zeile Use = delete to delete functions/methods, when available. ------------------------------------------------------------------------ r2747 | tron | 2011-11-09 16:36:08 +0100 (Mi, 09. Nov 2011) | 1 Zeile Improve Makefile: Build into a separate build directory per configuration. ------------------------------------------------------------------------ r2746 | tron | 2011-11-09 16:34:57 +0100 (Mi, 09. Nov 2011) | 1 Zeile Whitespace fixes. ------------------------------------------------------------------------ r2745 | alzi | 2011-11-05 12:40:45 +0100 (Sa, 05. Nov 2011) | 2 Zeilen fixed using home dir on windows ( #454 ) ------------------------------------------------------------------------ r2744 | alzi | 2011-11-05 11:45:03 +0100 (Sa, 05. Nov 2011) | 2 Zeilen Added special seperator define for windows; changed RELEASE defines to c++ standard NDEBUG ------------------------------------------------------------------------ r2742 | alzi | 2011-11-05 09:49:36 +0100 (Sa, 05. Nov 2011) | 2 Zeilen Applied patch for #430 by Jarod42 ------------------------------------------------------------------------ r2741 | beko | 2011-10-28 16:03:29 +0200 (Fr, 28. Okt 2011) | 1 Zeile applied patch #452 by Jarod42 (use delete[] with new[]) ------------------------------------------------------------------------ r2740 | beko | 2011-10-28 15:49:02 +0200 (Fr, 28. Okt 2011) | 1 Zeile applied patchset #451 fixing warnings by Jarod42 ------------------------------------------------------------------------ r2739 | beko | 2011-10-28 15:41:43 +0200 (Fr, 28. Okt 2011) | 1 Zeile applied patch #450 by Jarod42 simplyfying load keys function - this time in the right branch ------------------------------------------------------------------------ r2734 | pagra | 2011-05-15 01:28:07 +0200 (So, 15. Mai 2011) | 1 Zeile (dedicated server): cleanup of many include-dependencies. removed "using namespace std" in headers. ------------------------------------------------------------------------ r2727 | pagra | 2011-04-29 19:02:45 +0200 (Fr, 29. Apr 2011) | 1 Zeile (dedicated): don't include servergame and dedicatedserver in normal build target ------------------------------------------------------------------------ r2713 | pagra | 2011-04-25 16:07:01 +0200 (Mo, 25. Apr 2011) | 1 Zeile update used mac os x sdk ------------------------------------------------------------------------ r2712 | alzi | 2011-03-12 11:24:50 +0100 (Sa, 12. Mär 2011) | 2 Zeilen Reimplemented extra player information ("P"-Button) ------------------------------------------------------------------------ r2711 | alzi | 2011-03-10 20:26:47 +0100 (Do, 10. Mär 2011) | 2 Zeilen Removed line that was used for debugging. ------------------------------------------------------------------------ r2710 | alzi | 2011-03-10 20:18:20 +0100 (Do, 10. Mär 2011) | 2 Zeilen Made maxr using the "My Documents" folder on windows. ------------------------------------------------------------------------ r2709 | beko | 2011-01-05 19:15:10 +0100 (Mi, 05. Jan 2011) | 1 Zeile added wait.ogg for buildings ------------------------------------------------------------------------ r2707 | alzi | 2010-12-18 14:23:37 +0100 (Sa, 18. Dez 2010) | 2 Zeilen added message when a unit gets disabled & added autorestart of buildings when the recover from being disabled ------------------------------------------------------------------------ r2706 | alzi | 2010-12-18 12:56:24 +0100 (Sa, 18. Dez 2010) | 2 Zeilen enabled displaying "info" menu for enemy units ------------------------------------------------------------------------ r2705 | alzi | 2010-12-15 10:39:55 +0100 (Mi, 15. Dez 2010) | 2 Zeilen added class name to log message ------------------------------------------------------------------------ r2704 | alzi | 2010-12-15 10:02:36 +0100 (Mi, 15. Dez 2010) | 2 Zeilen workaround for #417 ------------------------------------------------------------------------ r2703 | pagra | 2010-12-13 21:39:28 +0100 (Mo, 13. Dez 2010) | 1 Zeile first steps towards command line based dedicated server ------------------------------------------------------------------------ r2701 | pagra | 2010-12-12 01:48:42 +0100 (So, 12. Dez 2010) | 1 Zeile prepare possibility to setup multiple instances of cServer: don't store "lastEvent" as static inside pollEvent ------------------------------------------------------------------------ r2700 | pagra | 2010-12-11 19:29:38 +0100 (Sa, 11. Dez 2010) | 1 Zeile more code readability ------------------------------------------------------------------------ r2699 | pagra | 2010-12-11 17:56:58 +0100 (Sa, 11. Dez 2010) | 1 Zeile very small cleanup ------------------------------------------------------------------------ r2698 | pagra | 2010-12-11 00:13:23 +0100 (Sa, 11. Dez 2010) | 1 Zeile little code readability enhancement ------------------------------------------------------------------------ r2697 | pagra | 2010-12-10 22:48:26 +0100 (Fr, 10. Dez 2010) | 1 Zeile very small cleanups ------------------------------------------------------------------------ r2695 | eiko | 2010-12-05 15:19:23 +0100 (So, 05. Dez 2010) | 1 Zeile fixed bug, that caused lost network messages; #438 ------------------------------------------------------------------------ r2693 | pagra | 2010-12-03 23:37:04 +0100 (Fr, 03. Dez 2010) | 1 Zeile add new files to project ------------------------------------------------------------------------ r2690 | eiko | 2010-06-13 18:47:51 +0200 (So, 13. Jun 2010) | 1 Zeile rewrote network event handling to fix freeze problems ------------------------------------------------------------------------ r2689 | alzi | 2010-05-17 20:29:13 +0200 (Mo, 17. Mai 2010) | 2 Zeilen players can not go ready anymore when they have the same name or color as an other player ------------------------------------------------------------------------ r2688 | eiko | 2010-05-09 22:04:03 +0200 (So, 09. Mai 2010) | 1 Zeile zooming with mouse wheel now centers to mouse cursor position ------------------------------------------------------------------------ r2687 | eiko | 2010-05-09 19:31:18 +0200 (So, 09. Mai 2010) | 1 Zeile reimplemented right mouse button scroll ------------------------------------------------------------------------ r2686 | eiko | 2010-05-02 17:12:41 +0200 (So, 02. Mai 2010) | 1 Zeile fixed #309; patch by jezz. Thanks! ------------------------------------------------------------------------ r2685 | eiko | 2010-05-02 16:43:59 +0200 (So, 02. Mai 2010) | 1 Zeile fixed freezed clients after reconnect (#380) ------------------------------------------------------------------------ r2684 | pagra | 2010-04-24 21:10:20 +0200 (Sa, 24. Apr 2010) | 1 Zeile (#196): "Research Finished" report message now tells which research areas were finished ------------------------------------------------------------------------ r2683 | pagra | 2010-04-24 13:20:20 +0200 (Sa, 24. Apr 2010) | 1 Zeile Fix unit menu: "Done" button for factory buildings was not working, when building is stopped, but has a build queue (so that "start" is in the menu). ------------------------------------------------------------------------ r2682 | eiko | 2010-04-18 22:21:45 +0200 (So, 18. Apr 2010) | 1 Zeile fixed surveyor ai ------------------------------------------------------------------------ r2681 | eiko | 2010-04-18 21:46:20 +0200 (So, 18. Apr 2010) | 2 Zeilen fixed #422; patch by jezz ------------------------------------------------------------------------ r2680 | eiko | 2010-04-17 23:01:54 +0200 (Sa, 17. Apr 2010) | 1 Zeile fixed displaying enemy mines ------------------------------------------------------------------------ r2679 | eiko | 2010-04-17 22:19:10 +0200 (Sa, 17. Apr 2010) | 1 Zeile fixed crash in void cServer::destroyUnit(cBuilding *b) ------------------------------------------------------------------------ r2678 | eiko | 2010-04-17 22:18:01 +0200 (Sa, 17. Apr 2010) | 1 Zeile fixed crash in cVehicle::canLoad(cVehicle*, bool) ------------------------------------------------------------------------ r2677 | eiko | 2010-04-17 18:53:02 +0200 (Sa, 17. Apr 2010) | 1 Zeile reimplemented end move actions ------------------------------------------------------------------------ r2676 | beko | 2010-04-16 19:37:30 +0200 (Fr, 16. Apr 2010) | 1 Zeile fixed assignment instead of comparison pointed out by jezz ------------------------------------------------------------------------ r2675 | eiko | 2010-04-11 20:38:41 +0200 (So, 11. Apr 2010) | 1 Zeile fixed some memory issues, patch by jezz ------------------------------------------------------------------------ r2674 | pagra | 2010-04-02 17:59:54 +0200 (Fr, 02. Apr 2010) | 1 Zeile added video.cpp/.h and t_2.h to project ------------------------------------------------------------------------ r2673 | eiko | 2010-03-24 23:07:26 +0100 (Mi, 24. Mär 2010) | 1 Zeile fixed crash in cMineManagerMenu::handleDestroyUnit() ------------------------------------------------------------------------ r2672 | eiko | 2010-03-23 22:42:24 +0100 (Di, 23. Mär 2010) | 1 Zeile changed billions of offsets to (x, y) ------------------------------------------------------------------------ r2671 | eiko | 2010-03-23 19:04:56 +0100 (Di, 23. Mär 2010) | 1 Zeile fixed bug in movejobs ------------------------------------------------------------------------ r2670 | eiko | 2010-03-22 22:58:29 +0100 (Mo, 22. Mär 2010) | 1 Zeile some movejob code refactoring ------------------------------------------------------------------------ r2669 | eiko | 2010-03-21 18:36:37 +0100 (So, 21. Mär 2010) | 2 Zeilen fixed calculation remaining movment points (#294); temporary disabled endMoveActions ------------------------------------------------------------------------ r2666 | beko | 2010-03-17 08:20:06 +0100 (Mi, 17. Mär 2010) | 1 Zeile reenabled hot seat buttons for debug builds ------------------------------------------------------------------------ r2665 | beko | 2010-03-17 08:10:22 +0100 (Mi, 17. Mär 2010) | 1 Zeile fixed #420 adding confirmation dialog to exit button in loadsave menu ------------------------------------------------------------------------ r2662 | alzi | 2010-03-15 13:17:27 +0100 (Mo, 15. Mär 2010) | 2 Zeilen fixed displaying upgrades in build menu ------------------------------------------------------------------------ r2660 | beko | 2010-03-15 09:06:32 +0100 (Mo, 15. Mär 2010) | 1 Zeile fixed spelling of some comments/debug output ------------------------------------------------------------------------ r2659 | beko | 2010-03-15 08:54:49 +0100 (Mo, 15. Mär 2010) | 1 Zeile fixed #274 applying patch vehicle-bug274.patch by midget ------------------------------------------------------------------------ r2658 | beko | 2010-03-15 08:10:37 +0100 (Mo, 15. Mär 2010) | 1 Zeile fixed #292: locked hot seat buttons (and disabled completly on RELEASE) ------------------------------------------------------------------------ r2657 | beko | 2010-03-15 07:28:43 +0100 (Mo, 15. Mär 2010) | 1 Zeile fixed #227: uncommented SetCaption ------------------------------------------------------------------------ r2656 | alzi | 2010-03-15 00:01:34 +0100 (Mo, 15. Mär 2010) | 2 Zeilen refered some code formatation ------------------------------------------------------------------------ r2655 | alzi | 2010-03-15 00:00:18 +0100 (Mo, 15. Mär 2010) | 2 Zeilen fixed unloading to lower right field on "activate all" ------------------------------------------------------------------------ r2654 | beko | 2010-03-14 13:14:24 +0100 (So, 14. Mär 2010) | 1 Zeile updated generic Makefile ------------------------------------------------------------------------ r2653 | alzi | 2010-03-14 12:21:37 +0100 (So, 14. Mär 2010) | 2 Zeilen fixed disabling and stealing between clients ( #392 ) ------------------------------------------------------------------------ r2652 | alzi | 2010-03-12 11:14:33 +0100 (Fr, 12. Mär 2010) | 2 Zeilen modfied recalcing positions after changig the resolution and optimized some drawings. fixed #416 ------------------------------------------------------------------------ r2651 | alzi | 2010-03-10 22:19:37 +0100 (Mi, 10. Mär 2010) | 2 Zeilen fixed resetting positions in menus(and ingame) after the resulution has been changed. ------------------------------------------------------------------------ r2650 | eiko | 2010-03-10 21:46:56 +0100 (Mi, 10. Mär 2010) | 1 Zeile create 'buffer' with SDL_CreateRGBSurface instead of SDL_SetVideoMode ------------------------------------------------------------------------ r2649 | beko | 2010-03-10 17:29:59 +0100 (Mi, 10. Mär 2010) | 1 Zeile improved cVideo. this is a work in progress. be aware of lower fps! moved most flipping operations to cVideo. video modes can change on the fly now (minor side effects noticed) ------------------------------------------------------------------------ r2648 | alzi | 2010-03-09 19:07:20 +0100 (Di, 09. Mär 2010) | 2 Zeilen uncommented freezing and unfreezing clients on turnends ------------------------------------------------------------------------ r2647 | beko | 2010-03-05 17:56:33 +0100 (Fr, 05. Mär 2010) | 1 Zeile removed automatically reset to lowest video mode on invalid video settings. log entry shall be enough ------------------------------------------------------------------------ r2646 | beko | 2010-03-05 17:39:17 +0100 (Fr, 05. Mär 2010) | 1 Zeile fixed seg fault in storing of auto detected video modes ------------------------------------------------------------------------ r2645 | beko | 2010-03-05 17:19:10 +0100 (Fr, 05. Mär 2010) | 1 Zeile added new source file video.cpp to linux Makefile ------------------------------------------------------------------------ r2644 | beko | 2010-03-05 16:01:40 +0100 (Fr, 05. Mär 2010) | 1 Zeile increased possible solutions users can select in preferences to 12 ------------------------------------------------------------------------ r2643 | beko | 2010-03-05 15:57:38 +0100 (Fr, 05. Mär 2010) | 1 Zeile removed uneeded constructor ------------------------------------------------------------------------ r2642 | beko | 2010-03-05 15:46:55 +0100 (Fr, 05. Mär 2010) | 1 Zeile introduced cVideo, moved and improved video modes detection (works in window mode now too), stores important video data central now, made code better readable ------------------------------------------------------------------------ r2641 | beko | 2010-03-05 08:55:14 +0100 (Fr, 05. Mär 2010) | 1 Zeile moved defines to defines.h, tidy up work (prep work for changes on video modes) ------------------------------------------------------------------------ r2637 | beko | 2010-03-04 12:29:28 +0100 (Do, 04. Mär 2010) | 1 Zeile text adjustment for new dialog box ------------------------------------------------------------------------ r2636 | beko | 2010-03-04 12:27:59 +0100 (Do, 04. Mär 2010) | 1 Zeile text adjustment for new dialog box ------------------------------------------------------------------------ r2634 | beko | 2010-03-04 12:02:55 +0100 (Do, 04. Mär 2010) | 1 Zeile fixed #408. increased scrollspeed to 250 ------------------------------------------------------------------------ r2633 | beko | 2010-03-04 11:55:16 +0100 (Do, 04. Mär 2010) | 1 Zeile fixed #254, store detected screen resolutions on startup. auto detection works only on fullscreen, increased amount of user-friendly displayed resolutions to 9. alzi we really need some dropdown field here! ------------------------------------------------------------------------ r2632 | beko | 2010-03-04 10:10:30 +0100 (Do, 04. Mär 2010) | 1 Zeile fixed typo in log messages ------------------------------------------------------------------------ r2631 | beko | 2010-03-04 10:02:49 +0100 (Do, 04. Mär 2010) | 1 Zeile fixed seg fault when changing volume on disabled sound due not avail. soundcard. also happend on cancel. ------------------------------------------------------------------------ r2629 | beko | 2010-03-04 09:37:49 +0100 (Do, 04. Mär 2010) | 1 Zeile added sanity check for playback, added some todos, introduced central play function that needs improvement ------------------------------------------------------------------------ r2622 | eiko | 2010-02-01 23:53:37 +0100 (Mo, 01. Feb 2010) | 1 Zeile fixed clan boni on build costs, #396 ------------------------------------------------------------------------ r2618 | beko | 2010-01-29 17:47:58 +0100 (Fr, 29. Jan 2010) | 1 Zeile added missing newline ------------------------------------------------------------------------ r2616 | beko | 2010-01-29 13:13:40 +0100 (Fr, 29. Jan 2010) | 1 Zeile implemented #278 with temporary icon. introduced DEFAULTPORT ------------------------------------------------------------------------ r2614 | beko | 2010-01-29 09:21:01 +0100 (Fr, 29. Jan 2010) | 1 Zeile fixed #348, please notice new text string! ------------------------------------------------------------------------ r2613 | eiko | 2010-01-28 21:56:35 +0100 (Do, 28. Jan 2010) | 1 Zeile fixed loading clans, #306 ------------------------------------------------------------------------ r2612 | eiko | 2010-01-27 21:13:28 +0100 (Mi, 27. Jan 2010) | 1 Zeile fixed build costs of vehicles in build queue after a cost research completed ------------------------------------------------------------------------ r2610 | alzi | 2010-01-25 13:28:10 +0100 (Mo, 25. Jan 2010) | 2 Zeilen implemented message when player was frozen ------------------------------------------------------------------------ r2609 | alzi | 2010-01-21 15:33:22 +0100 (Do, 21. Jan 2010) | 2 Zeilen fixed drawing ammobar of enemy units. ------------------------------------------------------------------------ r2608 | alzi | 2010-01-21 14:59:21 +0100 (Do, 21. Jan 2010) | 2 Zeilen fixed centering positions with F1 ------------------------------------------------------------------------ r2607 | eiko | 2010-01-20 19:25:48 +0100 (Mi, 20. Jan 2010) | 1 Zeile increased mouse box tollerance + added ctor to sMouseBox ------------------------------------------------------------------------ r2606 | alzi | 2010-01-20 19:09:26 +0100 (Mi, 20. Jan 2010) | 2 Zeilen fixed right mouse click ------------------------------------------------------------------------ r2605 | alzi | 2010-01-19 15:36:06 +0100 (Di, 19. Jan 2010) | 2 Zeilen fixed storing planes which are above land units & added some cursor updates ------------------------------------------------------------------------ r2604 | alzi | 2010-01-19 14:54:24 +0100 (Di, 19. Jan 2010) | 2 Zeilen made some better code structure ------------------------------------------------------------------------ r2603 | alzi | 2010-01-19 14:32:47 +0100 (Di, 19. Jan 2010) | 2 Zeilen fixed jumping to saved screen positions ------------------------------------------------------------------------ r2602 | beko | 2010-01-19 09:07:41 +0100 (Di, 19. Jan 2010) | 1 Zeile fixed sanity check for missing place holder in translation files ------------------------------------------------------------------------ r2601 | alzi | 2010-01-18 20:50:37 +0100 (Mo, 18. Jan 2010) | 2 Zeilen added "/freeze [player]" and "/unfreeze [player]" commands ------------------------------------------------------------------------ r2600 | alzi | 2010-01-17 14:50:38 +0100 (So, 17. Jan 2010) | 2 Zeilen clients will be freezed during finishing movejobs on end of turn now. (commited *.cpp files) ------------------------------------------------------------------------ r2599 | alzi | 2010-01-17 14:48:52 +0100 (So, 17. Jan 2010) | 2 Zeilen clients will be freezed during finishing movejobs on end of turn now. ------------------------------------------------------------------------ r2598 | eiko | 2010-01-17 14:06:01 +0100 (So, 17. Jan 2010) | 2 Zeilen bugfix in build cost formula ------------------------------------------------------------------------ r2597 | eiko | 2010-01-17 14:05:20 +0100 (So, 17. Jan 2010) | 1 Zeile fixed crash, when exiting the game ------------------------------------------------------------------------ r2596 | eiko | 2010-01-16 21:40:38 +0100 (Sa, 16. Jan 2010) | 1 Zeile made attack jobs more failsave ------------------------------------------------------------------------ r2595 | eiko | 2010-01-16 13:24:22 +0100 (Sa, 16. Jan 2010) | 1 Zeile added debug code to find a bug in the mine resouce distribution algorithm ------------------------------------------------------------------------ r2594 | eiko | 2010-01-16 13:12:59 +0100 (Sa, 16. Jan 2010) | 1 Zeile added debug code to find a bug in the mine resouce distribution algorithm ------------------------------------------------------------------------ r2593 | eiko | 2010-01-16 12:42:11 +0100 (Sa, 16. Jan 2010) | 1 Zeile bugfix in buildcost formula ------------------------------------------------------------------------ r2592 | eiko | 2010-01-16 12:34:12 +0100 (Sa, 16. Jan 2010) | 1 Zeile fixed sopping movejobs, #372 ------------------------------------------------------------------------ r2591 | eiko | 2010-01-16 12:02:14 +0100 (Sa, 16. Jan 2010) | 1 Zeile bugfix in graphic cache ------------------------------------------------------------------------ r2590 | alzi | 2010-01-14 16:22:00 +0100 (Do, 14. Jan 2010) | 2 Zeilen when entering the log-message-page in the reports menu the last page will be displayed first now. ------------------------------------------------------------------------ r2589 | alzi | 2010-01-14 15:57:19 +0100 (Do, 14. Jan 2010) | 2 Zeilen made hotkeys working for the hole group of selected vehicles ------------------------------------------------------------------------ r2587 | alzi | 2010-01-14 14:21:03 +0100 (Do, 14. Jan 2010) | 2 Zeilen fixed some issues when trying to connect to the server when he is not in the networklobby. ------------------------------------------------------------------------ r2586 | alzi | 2010-01-14 13:27:39 +0100 (Do, 14. Jan 2010) | 2 Zeilen reimplemented "/ready"-command in network menu ------------------------------------------------------------------------ r2585 | eiko | 2010-01-14 12:56:19 +0100 (Do, 14. Jan 2010) | 1 Zeile made attack jobs resyncable ------------------------------------------------------------------------ r2584 | eiko | 2010-01-11 22:11:32 +0100 (Mo, 11. Jan 2010) | 1 Zeile fixed buildcosts/turns formula ------------------------------------------------------------------------ r2582 | beko | 2010-01-07 14:56:01 +0100 (Do, 07. Jan 2010) | 1 Zeile fixed #258 ------------------------------------------------------------------------ r2580 | beko | 2010-01-07 14:31:37 +0100 (Do, 07. Jan 2010) | 1 Zeile added translation ------------------------------------------------------------------------ r2578 | beko | 2010-01-07 14:23:31 +0100 (Do, 07. Jan 2010) | 1 Zeile new translations. fixed #248 ------------------------------------------------------------------------ r2577 | beko | 2010-01-07 12:42:11 +0100 (Do, 07. Jan 2010) | 1 Zeile fixed #168 by using small font size. should work with most units now ------------------------------------------------------------------------ r2575 | beko | 2010-01-07 12:28:54 +0100 (Do, 07. Jan 2010) | 1 Zeile Fixed #356 ------------------------------------------------------------------------ r2573 | alzi | 2010-01-05 14:02:58 +0100 (Di, 05. Jan 2010) | 2 Zeilen implemented unit renaming ------------------------------------------------------------------------ r2572 | alzi | 2010-01-03 15:15:33 +0100 (So, 03. Jan 2010) | 2 Zeilen fixed textsize of checkbuttons ( fixes #347 ) ------------------------------------------------------------------------ r2570 | alzi | 2010-01-03 14:55:15 +0100 (So, 03. Jan 2010) | 2 Zeilen added check for running server before it is possible to start network games ------------------------------------------------------------------------ r2569 | alzi | 2010-01-03 14:32:12 +0100 (So, 03. Jan 2010) | 2 Zeilen fixed displaying the second page of the playerlist in the network lobby ------------------------------------------------------------------------ r2567 | alzi | 2010-01-02 17:00:56 +0100 (Sa, 02. Jan 2010) | 2 Zeilen overworked scrolling in the minimap ( #317 ) ------------------------------------------------------------------------ r2566 | alzi | 2010-01-01 15:54:28 +0100 (Fr, 01. Jan 2010) | 2 Zeilen fixed that some base buildings were not been drawn ( #321 ) ------------------------------------------------------------------------ r2565 | alzi | 2010-01-01 15:36:33 +0100 (Fr, 01. Jan 2010) | 2 Zeilen fixed hanging unit menus ------------------------------------------------------------------------ r2563 | beko | 2009-12-28 12:51:54 +0100 (Mo, 28. Dez 2009) | 1 Zeile added clan translation support ------------------------------------------------------------------------ r2561 | alzi | 2009-12-12 14:00:22 +0100 (Sa, 12. Dez 2009) | 2 Zeilen fixed that centering of a unit doesn't respected the map borders ( #336 ) ------------------------------------------------------------------------ r2559 | eiko | 2009-11-25 23:18:36 +0100 (Mi, 25. Nov 2009) | 1 Zeile fixed #68 ------------------------------------------------------------------------ r2557 | eiko | 2009-11-25 21:53:05 +0100 (Mi, 25. Nov 2009) | 1 Zeile fixed jammed factory; #276 ------------------------------------------------------------------------ r2556 | eiko | 2009-11-25 19:12:30 +0100 (Mi, 25. Nov 2009) | 1 Zeile fixed miscalculated movment points after stopping a movejob; #354 ------------------------------------------------------------------------ r2554 | eiko | 2009-11-25 18:19:06 +0100 (Mi, 25. Nov 2009) | 1 Zeile printing game version of client and server to net log ------------------------------------------------------------------------ r2551 | eiko | 2009-11-14 13:39:28 +0100 (Sa, 14. Nov 2009) | 2 Zeilen replaced cVehicle::DisableActive and cVehicle::StealActive by cGameGUI::mouseInputMode ------------------------------------------------------------------------ r2550 | eiko | 2009-11-14 13:10:52 +0100 (Sa, 14. Nov 2009) | 2 Zeilen replaced cBuilding::ActivateVehicle and cVehicle::ActivateVehicle by cGameGUI::mouseInputMode ------------------------------------------------------------------------ r2549 | eiko | 2009-11-14 01:06:34 +0100 (Sa, 14. Nov 2009) | 2 Zeilen replaced cVehicle::RepairActive by cGameGUI::mouseInputMode ------------------------------------------------------------------------ r2548 | eiko | 2009-11-14 00:55:08 +0100 (Sa, 14. Nov 2009) | 2 Zeilen replaced cVehicle::MuniActive by cGameGUI::mouseInputMode ------------------------------------------------------------------------ r2547 | eiko | 2009-11-14 00:24:47 +0100 (Sa, 14. Nov 2009) | 1 Zeile fixed disappearing vehicle sound at turn end ------------------------------------------------------------------------ r2546 | eiko | 2009-11-14 00:23:39 +0100 (Sa, 14. Nov 2009) | 2 Zeilen replaced cBuilding::LoadActive and cVehicle::LoadActive by cGameGUI::mouseInputMode ------------------------------------------------------------------------ r2545 | eiko | 2009-11-13 23:29:50 +0100 (Fr, 13. Nov 2009) | 2 Zeilen replaced cBuilding::Transfer and cVehicle::Transfer by cGameGUI::mouseInputMode ------------------------------------------------------------------------ r2544 | eiko | 2009-11-13 23:18:17 +0100 (Fr, 13. Nov 2009) | 2 Zeilen replaced cVehicle::PlaceBand by cGameGUI::mouseInputMode ------------------------------------------------------------------------ r2543 | eiko | 2009-11-13 22:57:23 +0100 (Fr, 13. Nov 2009) | 1 Zeile removed cBuilding::base ------------------------------------------------------------------------ r2542 | eiko | 2009-11-13 22:54:08 +0100 (Fr, 13. Nov 2009) | 2 Zeilen replaced cBuilding::AttackMode and cVehicle::AttackMode by cGameGUI::mouseInputMode ------------------------------------------------------------------------ r2541 | eiko | 2009-11-13 21:51:59 +0100 (Fr, 13. Nov 2009) | 1 Zeile replaced cBuilding::menuActive and cVehicle::menuActive by cGameGUI::unitMenuActive ------------------------------------------------------------------------ r2540 | eiko | 2009-11-13 20:09:35 +0100 (Fr, 13. Nov 2009) | 1 Zeile encapsulated selecting/deselecting units in cGameGUI::selectUnit()/cGameGUI::deselectUnit() ------------------------------------------------------------------------ r2538 | alzi | 2009-11-12 14:39:36 +0100 (Do, 12. Nov 2009) | 2 Zeilen fixed resync with selected unit ------------------------------------------------------------------------ r2537 | alzi | 2009-11-12 14:27:35 +0100 (Do, 12. Nov 2009) | 2 Zeilen fixed crash after resync ------------------------------------------------------------------------ r2536 | eiko | 2009-11-11 20:35:16 +0100 (Mi, 11. Nov 2009) | 1 Zeile removed flags cBuilding::selected and cVehicle::selected ------------------------------------------------------------------------ r2535 | eiko | 2009-11-11 20:25:01 +0100 (Mi, 11. Nov 2009) | 1 Zeile fixed some warnings ------------------------------------------------------------------------ r2534 | eiko | 2009-11-11 20:17:11 +0100 (Mi, 11. Nov 2009) | 1 Zeile merged cVehicleIterator and cBuildingIterator to cMapIterator ------------------------------------------------------------------------ r2533 | alzi | 2009-11-06 18:42:08 +0100 (Fr, 06. Nov 2009) | 2 Zeilen set fastmode to false by default ------------------------------------------------------------------------ r2532 | alzi | 2009-10-31 14:19:48 +0100 (Sa, 31. Okt 2009) | 2 Zeilen solved some warnings ------------------------------------------------------------------------ r2531 | eiko | 2009-10-31 13:57:02 +0100 (Sa, 31. Okt 2009) | 1 Zeile implemented self destruction ------------------------------------------------------------------------ r2530 | eiko | 2009-10-31 13:48:50 +0100 (Sa, 31. Okt 2009) | 1 Zeile fixed crash in updateUnderMouseObject() ------------------------------------------------------------------------ r2529 | eiko | 2009-10-31 12:49:47 +0100 (Sa, 31. Okt 2009) | 1 Zeile fixed #342 ------------------------------------------------------------------------ r2528 | eiko | 2009-10-29 23:11:23 +0100 (Do, 29. Okt 2009) | 1 Zeile added destruction menu ------------------------------------------------------------------------ r2525 | eiko | 2009-10-28 21:30:07 +0100 (Mi, 28. Okt 2009) | 1 Zeile added sanity checks to map.cpp ------------------------------------------------------------------------ r2524 | eiko | 2009-10-28 21:10:56 +0100 (Mi, 28. Okt 2009) | 1 Zeile added timer support to menu system ------------------------------------------------------------------------ r2523 | beko | 2009-10-27 09:46:34 +0100 (Di, 27. Okt 2009) | 1 Zeile added playername to unit info box at lower borderline. may overdraw box on long filenames. added FIXME for that ------------------------------------------------------------------------ r2522 | beko | 2009-10-27 09:25:01 +0100 (Di, 27. Okt 2009) | 1 Zeile added playername to enemy detected message ------------------------------------------------------------------------ r2521 | eiko | 2009-10-26 21:59:05 +0100 (Mo, 26. Okt 2009) | 1 Zeile fixed rubble under connectors; #343 ------------------------------------------------------------------------ r2519 | pagra | 2009-10-25 11:49:23 +0100 (So, 25. Okt 2009) | 1 Zeile #334: changed mapname comparance to lowercase. beko, please look at the ticket again, wrote some comment... ------------------------------------------------------------------------ r2518 | eiko | 2009-10-25 10:59:08 +0100 (So, 25. Okt 2009) | 1 Zeile bugfix in splitting subbases after destroying a building ------------------------------------------------------------------------ r2517 | eiko | 2009-10-25 10:57:40 +0100 (So, 25. Okt 2009) | 1 Zeile speed up netmessage processing on server ------------------------------------------------------------------------ r2516 | Xoc | 2009-10-24 22:24:40 +0200 (Sa, 24. Okt 2009) | 1 Zeile Resource placement bug fix: Spawn too near to map border ------------------------------------------------------------------------ r2515 | eiko | 2009-10-24 19:24:00 +0200 (Sa, 24. Okt 2009) | 1 Zeile fixed APC; #257 ------------------------------------------------------------------------ r2512 | eiko | 2009-10-24 18:03:18 +0200 (Sa, 24. Okt 2009) | 1 Zeile changed load soundfiles to .ogg ------------------------------------------------------------------------ r2511 | eiko | 2009-10-24 16:27:39 +0200 (Sa, 24. Okt 2009) | 1 Zeile removed netmessages NEW_SUBBASE, DELETE_SUBBASE and SUBBASE_BUILDINGS ------------------------------------------------------------------------ r2510 | alzi | 2009-10-24 12:27:56 +0200 (Sa, 24. Okt 2009) | 2 Zeilen fixed displaying turn countdown ------------------------------------------------------------------------ r2509 | alzi | 2009-10-24 12:21:34 +0200 (Sa, 24. Okt 2009) | 2 Zeilen chatbox will now disapear after hiting return ( #325 ) ------------------------------------------------------------------------ r2508 | alzi | 2009-10-24 12:16:59 +0200 (Sa, 24. Okt 2009) | 2 Zeilen fixed reconnecting players ------------------------------------------------------------------------ r2507 | alzi | 2009-10-24 11:20:32 +0200 (Sa, 24. Okt 2009) | 2 Zeilen fixed how long messages are displayed. ------------------------------------------------------------------------ r2506 | alzi | 2009-10-24 11:08:04 +0200 (Sa, 24. Okt 2009) | 2 Zeilen reimplemented units status texts ------------------------------------------------------------------------ r2505 | alzi | 2009-10-23 20:05:12 +0200 (Fr, 23. Okt 2009) | 2 Zeilen reimplemented base debug output ------------------------------------------------------------------------ r2504 | eiko | 2009-10-21 23:43:54 +0200 (Mi, 21. Okt 2009) | 1 Zeile fixed cMineManagerMenu::handleDestroyUnit() ------------------------------------------------------------------------ r2503 | eiko | 2009-10-21 23:28:59 +0200 (Mi, 21. Okt 2009) | 1 Zeile removed comment ------------------------------------------------------------------------ r2500 | eiko | 2009-10-21 22:27:17 +0200 (Mi, 21. Okt 2009) | 1 Zeile fixed crash when trying to transfer resources to a landingpad ------------------------------------------------------------------------ r2499 | eiko | 2009-10-21 22:20:08 +0200 (Mi, 21. Okt 2009) | 1 Zeile fixed #230 ------------------------------------------------------------------------ r2498 | eiko | 2009-10-21 21:10:24 +0200 (Mi, 21. Okt 2009) | 1 Zeile fixed displaying to high storage level after turn end; #265 ------------------------------------------------------------------------ r2497 | eiko | 2009-10-21 19:08:08 +0200 (Mi, 21. Okt 2009) | 1 Zeile fixed resyncing subbases; #266 ------------------------------------------------------------------------ r2496 | eiko | 2009-10-21 19:06:29 +0200 (Mi, 21. Okt 2009) | 1 Zeile added new net messages to cNetMessage::getTypeAsString() ------------------------------------------------------------------------ r2495 | eiko | 2009-10-20 20:07:04 +0200 (Di, 20. Okt 2009) | 1 Zeile bugfix in ecoshpere code; by rogual ------------------------------------------------------------------------ r2491 | alzi | 2009-10-20 15:19:26 +0200 (Di, 20. Okt 2009) | 2 Zeilen added handling off the SDL_Quit event. ------------------------------------------------------------------------ r2490 | alzi | 2009-10-20 15:07:08 +0200 (Di, 20. Okt 2009) | 2 Zeilen optimized sliders ( fixes #316 ) ------------------------------------------------------------------------ r2489 | alzi | 2009-10-20 14:02:54 +0200 (Di, 20. Okt 2009) | 2 Zeilen fixed dithering speed of planes ( #313 ) ------------------------------------------------------------------------ r2488 | alzi | 2009-10-20 13:57:51 +0200 (Di, 20. Okt 2009) | 2 Zeilen fixed drawing units at screenborders the second ( #315 ) ------------------------------------------------------------------------ r2487 | alzi | 2009-10-20 13:45:46 +0200 (Di, 20. Okt 2009) | 2 Zeilen fixed disapearing speed display ( #319 ) ------------------------------------------------------------------------ r2485 | eiko | 2009-10-19 16:37:15 +0200 (Mo, 19. Okt 2009) | 1 Zeile ecosperes!!! Thanks to rogual! ------------------------------------------------------------------------ r2484 | eiko | 2009-10-19 15:12:47 +0200 (Mo, 19. Okt 2009) | 1 Zeile fixed drawing working constructors. ------------------------------------------------------------------------ r2482 | eiko | 2009-10-18 18:42:22 +0200 (So, 18. Okt 2009) | 1 Zeile ------------------------------------------------------------------------ r2481 | eiko | 2009-10-18 18:41:11 +0200 (So, 18. Okt 2009) | 1 Zeile fixed use of uninitialized member in cClientMovejob ------------------------------------------------------------------------ r2480 | alzi | 2009-10-18 12:49:56 +0200 (So, 18. Okt 2009) | 4 Zeilen fixed drawing units at the screen borders & fixed mouseclicks on very the left side of the screen & fixed animation speed of "fading in" units ------------------------------------------------------------------------ r2479 | tron | 2009-10-09 07:54:37 +0200 (Fr, 09. Okt 2009) | 1 Zeile Strings passed to putenv() must stay accessible, so they cannot be allocated on the stack. ------------------------------------------------------------------------ r2478 | alzi | 2009-10-08 14:37:41 +0200 (Do, 08. Okt 2009) | 2 Zeilen fixed flickering mouse cursor ------------------------------------------------------------------------ r2477 | tron | 2009-10-08 09:15:04 +0200 (Do, 08. Okt 2009) | 1 Zeile Do not leak the splash image. ------------------------------------------------------------------------ r2476 | tron | 2009-10-08 08:52:23 +0200 (Do, 08. Okt 2009) | 1 Zeile Initialise cInput::LastClickTicks to prevent uninitialised use. ------------------------------------------------------------------------ r2475 | tron | 2009-10-08 08:52:22 +0200 (Do, 08. Okt 2009) | 1 Zeile Prevent use of uninitialised values in cMenuLabel::cMenuLabel by initialising flagCentered and flagBox in the initialiser list. ------------------------------------------------------------------------ r2474 | alzi | 2009-10-04 22:27:27 +0200 (So, 04. Okt 2009) | 2 Zeilen fixed use of uninitialized variable ------------------------------------------------------------------------ r2473 | alzi | 2009-10-04 22:03:55 +0200 (So, 04. Okt 2009) | 2 Zeilen fixed builderror ------------------------------------------------------------------------ r2472 | tron | 2009-10-04 07:49:08 +0200 (So, 04. Okt 2009) | 1 Zeile Aggregate maxrLabel, headerLabel, textLabel, okButton, upButton and downButton in class cDialogLicence instead of delegating them. ------------------------------------------------------------------------ r2471 | tron | 2009-10-04 07:49:07 +0200 (So, 04. Okt 2009) | 1 Zeile Aggregate textLabel, yesButton and noButton in class cDialogYesNo instead of delegating them. ------------------------------------------------------------------------ r2470 | tron | 2009-10-04 07:49:07 +0200 (So, 04. Okt 2009) | 1 Zeile Remove empty destructor sSubBase::~sSubBase(). ------------------------------------------------------------------------ r2469 | tron | 2009-10-04 07:49:06 +0200 (So, 04. Okt 2009) | 1 Zeile Remove the unused macro _SOUND_CPP_. ------------------------------------------------------------------------ r2468 | tron | 2009-10-04 07:49:05 +0200 (So, 04. Okt 2009) | 1 Zeile static. ------------------------------------------------------------------------ r2467 | tron | 2009-10-04 00:02:55 +0200 (So, 04. Okt 2009) | 1 Zeile Calling srand() every time before using rand() makes it just less random. ------------------------------------------------------------------------ r2466 | tron | 2009-10-03 23:57:39 +0200 (Sa, 03. Okt 2009) | 1 Zeile Make the global variable int MusicAnz local. ------------------------------------------------------------------------ r2465 | tron | 2009-10-03 23:54:00 +0200 (Sa, 03. Okt 2009) | 1 Zeile Remove the declaration of the non-existent function runEventChecker(). ------------------------------------------------------------------------ r2464 | tron | 2009-10-03 23:53:59 +0200 (Sa, 03. Okt 2009) | 1 Zeile Make Quit(), initNet(), initSDL(), initSound(), showGameWindow() and showSplash() static. ------------------------------------------------------------------------ r2463 | tron | 2009-10-03 23:53:58 +0200 (Sa, 03. Okt 2009) | 1 Zeile Make drawStetchedLine() static. ------------------------------------------------------------------------ r2462 | tron | 2009-10-03 23:34:15 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface for cMenuImage::image. ------------------------------------------------------------------------ r2461 | tron | 2009-10-03 23:34:14 +0200 (Sa, 03. Okt 2009) | 1 Zeile Remove bool cMenuImage::bool, which is always true. ------------------------------------------------------------------------ r2460 | tron | 2009-10-03 23:27:21 +0200 (Sa, 03. Okt 2009) | 1 Zeile Remove the unused struct sTuple. ------------------------------------------------------------------------ r2459 | tron | 2009-10-03 23:08:18 +0200 (Sa, 03. Okt 2009) | 1 Zeile Plug memory leak when the mini map is drawn. ------------------------------------------------------------------------ r2458 | tron | 2009-10-03 23:08:17 +0200 (Sa, 03. Okt 2009) | 1 Zeile Plug continuous memory leak when an animation is shown in the left upper corner of the HUD. ------------------------------------------------------------------------ r2457 | tron | 2009-10-03 23:08:15 +0200 (Sa, 03. Okt 2009) | 1 Zeile Clean up cMouse::SetCursor(). ------------------------------------------------------------------------ r2456 | tron | 2009-10-03 23:04:08 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface in cGameGUI::generateSurface(). ------------------------------------------------------------------------ r2455 | tron | 2009-10-03 23:04:08 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface for cMouse::back(). ------------------------------------------------------------------------ r2454 | tron | 2009-10-03 23:04:07 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface in cUnicodeFont::loadChars(). ------------------------------------------------------------------------ r2453 | tron | 2009-10-03 23:04:06 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface in cPlanetsSelectionMenu::showMaps(). ------------------------------------------------------------------------ r2452 | tron | 2009-10-03 23:04:05 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface in cNetworkMenu::showMap(). ------------------------------------------------------------------------ r2451 | tron | 2009-10-03 23:04:05 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface in cNetworkMenu::setColor(). ------------------------------------------------------------------------ r2450 | tron | 2009-10-03 23:04:04 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface in cLandingMenu::mapClicked(). ------------------------------------------------------------------------ r2449 | tron | 2009-10-03 23:04:03 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface for cLandingMenu::hudSurface and cLandingMenu::mapSurface. ------------------------------------------------------------------------ r2448 | tron | 2009-10-03 23:04:02 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface for cMenu::background. ------------------------------------------------------------------------ r2447 | tron | 2009-10-03 23:04:01 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface for cMenuChatBox::surface. This plugs a memory leak. ------------------------------------------------------------------------ r2446 | tron | 2009-10-03 23:04:01 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface in cMenuReportsScreen::generateUnitSurface(). ------------------------------------------------------------------------ r2445 | tron | 2009-10-03 23:04:00 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface in cMenuReportsScreen::goThroughUnits(). ------------------------------------------------------------------------ r2444 | tron | 2009-10-03 23:03:59 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface in cMenuReportsScreen::drawReportsScreen(). ------------------------------------------------------------------------ r2443 | tron | 2009-10-03 23:03:58 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface for cMenuSlider::surface. ------------------------------------------------------------------------ r2442 | tron | 2009-10-03 23:03:57 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface in cMenuPlayersBox::draw(). ------------------------------------------------------------------------ r2441 | tron | 2009-10-03 23:03:57 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface for cMenuScrollBar::surface. ------------------------------------------------------------------------ r2440 | tron | 2009-10-03 23:03:56 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface for cMenuScroller::surface. ------------------------------------------------------------------------ r2439 | tron | 2009-10-03 23:03:55 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface for cMenuMaterialBar::surface. ------------------------------------------------------------------------ r2438 | tron | 2009-10-03 23:03:54 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface for cMenuUnitListItem::surface. ------------------------------------------------------------------------ r2437 | tron | 2009-10-03 23:03:53 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface for cMenuCheckButton::surface. This plugs a memory leak. ------------------------------------------------------------------------ r2436 | tron | 2009-10-03 23:03:53 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface for cMenuButton::surface. ------------------------------------------------------------------------ r2435 | tron | 2009-10-03 23:03:52 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface in cMap::LoadMap(). ------------------------------------------------------------------------ r2434 | tron | 2009-10-03 23:03:51 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface for sTerrain::sf, sTerrain:sf_org, sTerrain::shw and sTerrain::shw_org. ------------------------------------------------------------------------ r2433 | tron | 2009-10-03 23:03:50 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface in LoadVehicles(). ------------------------------------------------------------------------ r2432 | tron | 2009-10-03 23:03:50 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use AutoSurface for sDrawingCacheEntry::surface. ------------------------------------------------------------------------ r2431 | tron | 2009-10-03 23:03:49 +0200 (Sa, 03. Okt 2009) | 1 Zeile Add class AutoSurface, which holds an SDL_Surface and automatically handles freeing it. ------------------------------------------------------------------------ r2430 | pagra | 2009-10-03 15:09:27 +0200 (Sa, 03. Okt 2009) | 1 Zeile fix crash in reportsmenu when going to second page ------------------------------------------------------------------------ r2429 | tron | 2009-10-03 15:02:02 +0200 (Sa, 03. Okt 2009) | 1 Zeile Remove pointless return; at end of void functions. ------------------------------------------------------------------------ r2428 | tron | 2009-10-03 14:29:49 +0200 (Sa, 03. Okt 2009) | 1 Zeile Consistently use UTF-8 as encoding for source code. ------------------------------------------------------------------------ r2427 | tron | 2009-10-03 14:29:47 +0200 (Sa, 03. Okt 2009) | 1 Zeile Remove the unused function LoadPCXtoSF(). ------------------------------------------------------------------------ r2426 | tron | 2009-10-03 14:29:46 +0200 (Sa, 03. Okt 2009) | 1 Zeile Clean up LoadPCX(). ------------------------------------------------------------------------ r2425 | tron | 2009-10-03 14:12:28 +0200 (Sa, 03. Okt 2009) | 1 Zeile s/cDialogYesNow/cDialogYesNo/. ------------------------------------------------------------------------ r2424 | tron | 2009-10-03 14:03:54 +0200 (Sa, 03. Okt 2009) | 1 Zeile Aggregate textLabel and okButton in cDialogOK instead of delegating them. For some reason this also solves the problem of the misplaced text. ------------------------------------------------------------------------ r2423 | tron | 2009-10-03 12:53:22 +0200 (Sa, 03. Okt 2009) | 1 Zeile Fix stupid bug in r2420, which caused uninitialised values to be used. ------------------------------------------------------------------------ r2422 | tron | 2009-10-03 11:26:42 +0200 (Sa, 03. Okt 2009) | 1 Zeile Remove whitespace at EOL. ------------------------------------------------------------------------ r2421 | tron | 2009-10-03 11:25:25 +0200 (Sa, 03. Okt 2009) | 1 Zeile Remove unused variables. ------------------------------------------------------------------------ r2420 | tron | 2009-10-03 11:25:24 +0200 (Sa, 03. Okt 2009) | 1 Zeile Resolve warnings about assignments used as truth values. ------------------------------------------------------------------------ r2419 | tron | 2009-10-03 11:25:23 +0200 (Sa, 03. Okt 2009) | 1 Zeile Resolve warnings: Use the same order in the initialiser lists as in the class declarations. ------------------------------------------------------------------------ r2418 | tron | 2009-10-03 11:25:22 +0200 (Sa, 03. Okt 2009) | 1 Zeile Resolve several format string warnings: 0 flag is ignored, when precision is used; too many arguments for format string. ------------------------------------------------------------------------ r2417 | tron | 2009-10-03 10:13:42 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use private instead of protected. Move public parts before private. ------------------------------------------------------------------------ r2416 | tron | 2009-10-03 10:13:41 +0200 (Sa, 03. Okt 2009) | 1 Zeile Avoid namespace pollution by moving a typedef into class cLanguage. ------------------------------------------------------------------------ r2415 | tron | 2009-10-03 10:13:41 +0200 (Sa, 03. Okt 2009) | 1 Zeile Remove empty destructor. ------------------------------------------------------------------------ r2414 | tron | 2009-10-03 10:13:40 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use initialiser list instead of assigning in constructor body. ------------------------------------------------------------------------ r2413 | tron | 2009-10-03 10:13:39 +0200 (Sa, 03. Okt 2009) | 1 Zeile std::strings are initially empty, there is no point in assigning "" (was not done for all anyway). ------------------------------------------------------------------------ r2412 | tron | 2009-10-03 09:57:18 +0200 (Sa, 03. Okt 2009) | 1 Zeile Clean up the _WIN32 code path of getFilesOfDirectory(). ------------------------------------------------------------------------ r2411 | tron | 2009-10-03 09:57:17 +0200 (Sa, 03. Okt 2009) | 1 Zeile There is no point in _findclose()ing an invalid handle. ------------------------------------------------------------------------ r2410 | tron | 2009-10-03 09:57:16 +0200 (Sa, 03. Okt 2009) | 1 Zeile Clean up the non-_WIN32 code path of getFilesOfDirectory(). ------------------------------------------------------------------------ r2409 | tron | 2009-10-03 09:57:16 +0200 (Sa, 03. Okt 2009) | 1 Zeile There is no point in closedir()ing a null pointer. ------------------------------------------------------------------------ r2408 | tron | 2009-10-03 09:57:15 +0200 (Sa, 03. Okt 2009) | 1 Zeile Merge identical (except for two pairs of {}) code paths. ------------------------------------------------------------------------ r2407 | tron | 2009-10-03 09:29:58 +0200 (Sa, 03. Okt 2009) | 1 Zeile Remove the unused function CheckFile(). ------------------------------------------------------------------------ r2406 | tron | 2009-10-03 09:25:43 +0200 (Sa, 03. Okt 2009) | 1 Zeile Simplify and clean up calcCheckSum(). Remove nonsensical comment: There is no endian problem with << (and >> neither). ------------------------------------------------------------------------ r2405 | tron | 2009-10-03 09:25:42 +0200 (Sa, 03. Okt 2009) | 1 Zeile Use -MMD to generate the depedency information and compile in one pass instead of doing it separately in two passes. This reduces compile time a bit. ------------------------------------------------------------------------ r2404 | tron | 2009-10-03 09:08:55 +0200 (Sa, 03. Okt 2009) | 1 Zeile Do not compare with == false/true. It does not get more boolean than boolean. ------------------------------------------------------------------------ r2403 | tron | 2009-10-03 08:59:03 +0200 (Sa, 03. Okt 2009) | 1 Zeile Update Makefile. ------------------------------------------------------------------------ r2402 | tron | 2009-10-03 08:59:02 +0200 (Sa, 03. Okt 2009) | 1 Zeile NL at EOF. ------------------------------------------------------------------------ r2401 | tron | 2009-10-03 08:44:00 +0200 (Sa, 03. Okt 2009) | 1 Zeile Remove whitespace at EOL. ------------------------------------------------------------------------ r2400 | tron | 2009-10-03 08:43:27 +0200 (Sa, 03. Okt 2009) | 1 Zeile svn:eol-style native. ------------------------------------------------------------------------ r2399 | tron | 2009-10-03 08:41:51 +0200 (Sa, 03. Okt 2009) | 1 Zeile svn:eol-style native. ------------------------------------------------------------------------ r2398 | alzi | 2009-10-02 15:08:03 +0200 (Fr, 02. Okt 2009) | 2 Zeilen fixed effect annimationspeed ------------------------------------------------------------------------ r2397 | alzi | 2009-10-02 01:06:47 +0200 (Fr, 02. Okt 2009) | 2 Zeilen fixed message when player has been disconnected ------------------------------------------------------------------------ r2396 | alzi | 2009-10-02 00:51:08 +0200 (Fr, 02. Okt 2009) | 2 Zeilen fixed drawing units & fixed turn based mode ------------------------------------------------------------------------ r2395 | alzi | 2009-10-01 16:47:31 +0200 (Do, 01. Okt 2009) | 2 Zeilen fixed zooming ------------------------------------------------------------------------ r2394 | beko | 2009-10-01 08:45:28 +0200 (Do, 01. Okt 2009) | 1 Zeile fixed error: call of overloaded 'abs(float)' is ambiguous ------------------------------------------------------------------------ r2392 | alzi | 2009-09-30 16:10:25 +0200 (Mi, 30. Sep 2009) | 11 Zeilen split i/o-code from client into new class "gameGUI". new features: - hud-code based on menus (buttons and other items) - input comes through events directly to the GUI - dynamic fps TODO-list for the gameGUI: - change code that hud-background will not be drawn every frame (makes ~20fps on this machine!) - find a good way do display the chat-box - reimplement extra-players - reimplement rightmousesbuttonscroll - add documentation ------------------------------------------------------------------------ r2388 | beko | 2009-09-16 21:26:20 +0200 (Mi, 16. Sep 2009) | 1 Zeile added new translations ------------------------------------------------------------------------ r2387 | beko | 2009-09-16 20:53:05 +0200 (Mi, 16. Sep 2009) | 1 Zeile reverted some Surfaces back to SWSURFACES where that was on purpose ------------------------------------------------------------------------ r2386 | beko | 2009-09-16 20:32:08 +0200 (Mi, 16. Sep 2009) | 1 Zeile Added OtherData.iSurface to the video mode check during readmaxxml. Thus maxr honors SDL_xxSURFACE now project wide (except SDL_flic.c - but I think that can be ignored. That's a C file and I doubt it's worth the efford o0). Please refer to OtherData.iSurface instead of choosing SDL_SWSURFACE or SDL_HWSURFACE on your own. Added also minor more debug information for opening a wrl map. Please test this new feature! Especially on MAC! ------------------------------------------------------------------------ r2385 | beko | 2009-09-16 15:35:50 +0200 (Mi, 16. Sep 2009) | 1 Zeile added sanity check for screen resolutions compared to config settings. not yet finished. SDL_HWSURFACE/SDL_SWSURFACE isn't honored maxr wide yet. bpp check missing also. ------------------------------------------------------------------------ r2384 | beko | 2009-09-16 13:16:39 +0200 (Mi, 16. Sep 2009) | 1 Zeile fixed #192 ------------------------------------------------------------------------ r2382 | beko | 2009-09-15 11:40:31 +0200 (Di, 15. Sep 2009) | 1 Zeile added hack for #272 by midget ------------------------------------------------------------------------ r2379 | eiko | 2009-09-12 11:47:31 +0200 (Sa, 12. Sep 2009) | 1 Zeile fixed possiblePlaceBuilding(); by midget ------------------------------------------------------------------------ r2376 | eiko | 2009-09-11 10:36:27 +0200 (Fr, 11. Sep 2009) | 1 Zeile fixed #228 ------------------------------------------------------------------------ r2375 | eiko | 2009-09-10 22:51:30 +0200 (Do, 10. Sep 2009) | 1 Zeile infiltrators failing to steal a disabled unit are not uncovered anymore; patch by rogual ------------------------------------------------------------------------ r2374 | eiko | 2009-09-10 22:46:15 +0200 (Do, 10. Sep 2009) | 1 Zeile fixed activate mouse cursor (#32) by rougal ------------------------------------------------------------------------ r2371 | alzi | 2009-09-09 01:52:59 +0200 (Mi, 09. Sep 2009) | 2 Zeilen fixed errors in net.log about unhandled messages ------------------------------------------------------------------------ r2368 | beko | 2009-08-20 17:03:39 +0200 (Do, 20. Aug 2009) | 1 Zeile updated linux makefile ------------------------------------------------------------------------