Commit Graph

  • db5c6b5e45 Updated README-DEV-OPENGL.txt Piotr Dziwinski 2012-06-28 23:01:26 +0200
  • b64800ee90 Updated README-DEV.txt Piotr Dziwinski 2012-06-28 22:57:00 +0200
  • 1b83929487 Pulled changes from master branch Piotr Dziwinski 2012-06-28 22:54:53 +0200
  • 75259d1b51 Removed double constructor calls * explicitly double called constructors were causing a stack overflow when task were performed * all classes that derive from CTask CyborgMaster 2012-06-26 18:52:22 -0600
  • 47c8e55293 Fixed CBot compiler errors - String resources in the dll * CBot.rc was not being compiled into the dll, added to CMake files * fixed the name of the dll in CBotString.cpp, it's now "libCBot.dll" instead of "CBot.dll" CyborgMaster 2012-06-26 18:35:25 -0600
  • 7589b4f33f Fixed reading ini files * The GetProfileString functions were conflicting with windows functions that were trying to read/write to the registry * They were renamed to GetLocalProfileString * also improved sed replace script CyborgMaster 2012-06-26 17:47:07 -0600
  • a6cba63608 Changed language to english CyborgMaster 2012-06-26 17:39:10 -0600
  • 3c20edec3c Added tools folder with bash scripts for batch modifying files * was used to modify whitespace CyborgMaster 2012-06-26 17:27:42 -0600
  • e816340249 Whitespace fix * Converted line endings from windows to unix * Converted tabs to 4 spaces * trimmed trailing whitespace U-Jeremy-PC\Jeremy 2012-06-26 17:24:48 -0600
  • b06c663bc2 Reverted the README-DEV.txt file Piotr Dziwinski 2012-06-26 23:55:42 +0200
  • 67290af2d2 Merge with branch dev-opengl Piotr Dziwinski 2012-06-26 23:49:57 +0200
  • 7319c642c6 Updated .gitignore files to ignore build files Piotr Dziwinski 2012-06-26 23:46:33 +0200
  • e738c55b73 Removed old code and build target Piotr Dziwinski 2012-06-26 23:39:31 +0200
  • 77bd13f49f Merge branch 'dev-opengl' into dev Piotr Dziwinski 2012-06-26 23:08:41 +0200
  • c2a7375788 Removed trailing whitespace Piotr Dziwinski 2012-06-26 23:01:17 +0200
  • cf312c0b87 Fixed brief Doxygen description Piotr Dziwinski 2012-06-26 22:50:55 +0200
  • 6a059b437d Merge branch 'dev-opengl' into dev Piotr Dziwinski 2012-06-26 22:37:26 +0200
  • bf06998ece Forgotten language change Piotr Dziwinski 2012-06-26 22:36:52 +0200
  • ebed57aa22 Whitespace and language change Piotr Dziwinski 2012-06-26 22:23:05 +0200
  • b696edaed3 Updated README-DEV file Piotr Dziwinski 2012-06-26 20:01:14 +0200
  • fc5389d188 Created dev-opengl branch Piotr Dziwinski 2012-06-26 19:56:04 +0200
  • b7c0ce1331 Updated info about spaces Piotr Dziwinski 2012-06-26 19:54:02 +0200
  • 0c8217efea Updated info about src/metafile Piotr Dziwinski 2012-06-26 18:50:47 +0200
  • 50fd0d1b85 Added readme for developers Piotr Dziwinski 2012-06-26 18:46:27 +0200
  • b08a63790c SDL project Piotr Dziwinski 2012-06-25 19:59:17 +0200
  • f58918031c Declarations for graphics/common Programerus 2012-06-25 16:37:03 +0200
  • 3478978c21 CApplication and Gfx::CEngine interfaces & other Piotr Dziwinski 2012-06-24 15:41:56 +0200
  • 11c947f212 Fix in light.h Piotr Dziwinski 2012-06-22 16:54:02 +0200
  • 8bb223e679 Templates for new implementation Piotr Dziwinski 2012-06-22 16:31:55 +0200
  • 4531ac88d3 Moved old implementations to src/old Piotr Dziwinski 2012-06-22 15:54:16 +0200
  • 11df0ebf94 Vertex and Light structures Piotr Dziwinski 2012-06-20 19:34:54 +0200
  • 4ecc4bb4c0 Add functions to namespace. Programerus 2012-06-20 20:17:00 +0300
  • d709f9ecaa . Programerus 2012-06-20 20:08:21 +0300
  • 81468f8dc9 Struct ColorHSV copied to color.h Programerus 2012-06-20 20:07:54 +0300
  • f244921ba9 Struct ColorHSV copied to color.h Programerus 2012-06-20 20:01:05 +0300
  • faf4bf9788 Script for auto replacement Piotr Dziwinski 2012-06-20 17:11:10 +0200
  • c0461add5f Refactoring of #includes and forward declarations in object/ Piotr Dziwinski 2012-06-20 17:00:16 +0200
  • 918f677ae8 Color functions Programerus 2012-06-20 17:44:27 +0300
  • 1415bf0bd2 Struct Color Programerus 2012-06-20 17:38:27 +0300
  • 9f784e81f8 Switched to new implementation of the rest of math module Piotr Dziwinski 2012-06-19 20:11:47 +0200
  • b8027ce9a7 Tests and fixes in math geometry.h module Piotr Dziwinski 2012-06-15 16:58:04 +0200
  • b735913deb FPOINT -> Math::Point & other math functions Piotr Dziwinski 2012-06-13 22:48:35 +0200
  • b5d16ef340 Fixes in math module Piotr Dziwinski 2012-06-12 13:48:17 +0200
  • a8665d2042 Changed #defined constants to consts; typedef struct -> struct Piotr Dziwinski 2012-06-11 17:28:27 +0200
  • 8ffdf2583e Change Epitec to Epsitec Piotr Dziwinski 2012-06-11 13:46:57 +0200
  • 0a64944b4f Merge pull request #21 from Thomashuet/patch-1 krzys-h 2012-06-11 03:46:00 -0700
  • d1594a4ae1 Change Epitec to Epsitec Thomashuet 2012-06-11 13:07:04 +0300
  • 697fbdabf1 BOOL -> bool; additional fixes in constructors/destructors Piotr Dziwinski 2012-06-10 15:28:12 +0200
  • 680af17819 Fixed include paths and CMakeLists.txt Piotr Dziwinski 2012-06-10 00:18:08 +0200
  • d6525b5661 Changes from master Piotr Dziwinski 2012-06-08 20:30:57 +0200
  • c20f102c94 Fix for issue #14 Piotr Dziwinski 2012-06-08 20:18:50 +0200
  • f6e866c1c2 Removed other double constructors Piotr Dziwinski 2012-06-08 20:13:50 +0200
  • 6d754dc45e Moved old math files Piotr Dziwinski 2012-06-07 13:35:59 +0200
  • 5dee2731e6 Finished implementation of math functions Piotr Dziwinski 2012-06-07 13:35:23 +0200
  • f67a62fb28 Structs continued Piotr Dziwinski 2012-05-03 13:35:32 +0200
  • ea442a887d Structs continued Piotr Dziwinski 2012-05-02 22:39:43 +0200
  • 2513f6556e Structs continued Piotr Dziwinski 2012-05-01 20:05:48 +0200
  • 7369b10a87 Structs continued Piotr Dziwinski 2012-04-29 23:21:35 +0200
  • b5b9fdb680 Structs continued Piotr Dziwinski 2012-04-28 22:56:07 +0200
  • 1c275dbd78 Structs continued Piotr Dziwinski 2012-04-28 22:32:37 +0200
  • d57258ae1c Split math functions; beginning of common structures Piotr Dziwinski 2012-04-28 21:46:26 +0200
  • 449cc186d5 Source files split into modules Piotr Dziwinski 2012-04-28 17:53:17 +0200
  • eeb69b34d2 Moved docmain.doc.txt Piotr Dziwinski 2012-04-28 16:39:30 +0200
  • 2f1a762b8b Added CMake installation to HOWTO Piotr Dziwinski 2012-04-24 12:32:53 +0200
  • 0d3564a245 Unneeded files deleted. Programerus 2012-04-17 17:01:25 +0200
  • 45977840d0 Fixed line breaks in README Piotr Dziwinski 2012-04-17 00:54:58 +0200
  • 330972d96b Removed MSVC project files and binary files Piotr Dziwinski 2012-04-17 00:52:46 +0200
  • 68da2c9b76 Rewritten README.txt; added HOWTO.txt Piotr Dziwinski 2012-04-17 00:32:13 +0200
  • 7cd9f49e59 Merge branch 'master' into mingw_dev Piotr Dziwinski 2012-04-17 00:31:16 +0200
  • 698932646a Fixed graphics bug (#18) Piotr Dziwinski 2012-04-16 23:34:59 +0200
  • 658226a6f7 Merge branch 'master' of github.com:adiblol/colobot Programerus 2012-04-16 23:31:27 +0200
  • 0c2073a80b Fixed graphics bug on MSVC 2010 and MinGW. Programerus 2012-04-16 23:27:10 +0200
  • 6d6faaa19d Fixes in file descriptions Piotr Dziwinski 2012-04-16 20:51:10 +0200
  • 6b7bfedab2 Merge branch 'master' into mingw_dev Piotr Dziwinski 2012-04-16 20:25:03 +0200
  • 3edd023d07 Translated README file Piotr Dziwinski 2012-04-16 20:24:43 +0200
  • 121054c6b7 Main documentaion file, fixes in Doxyfile Piotr Dziwinski 2012-04-16 19:07:17 +0200
  • 3916c07299 Doxyfile added. Programerus 2012-04-16 18:39:49 +0200
  • 45b75ee37b Adding new MinGW branch Piotr Dziwinski 2012-04-15 01:02:51 +0200
  • 011d86ed66 Pulled changes from test mingw branch Piotr Dziwinski 2012-04-15 00:50:13 +0200
  • a0303105b6 Documentation added. Programerus 2012-04-12 23:19:03 +0200
  • b2589d2f6a Unneeded files deleted. Programerus 2012-04-11 23:16:24 +0200
  • 30d8e6a182 Comment fix. Programerus 2012-04-11 23:16:01 +0300
  • 445825e653 Comments translated from French to English. Programerus 2012-04-11 23:15:32 +0300
  • 130eb60ba9 Comments translated from French to English. Programerus 2012-04-11 21:25:19 +0300
  • e7a6d78cdd Comments translated from French to English. Programerus 2012-04-11 21:22:02 +0300
  • 1085c04204 Comment fix. Programerus 2012-04-11 21:12:58 +0300
  • b486cfde48 Comments translated from French to English. Programerus 2012-04-11 21:12:26 +0300
  • 52fb7f5154 Comments translated from French to English. Programerus 2012-04-11 20:47:38 +0300
  • 198f5444df Comments translated from French to English. Programerus 2012-04-11 20:43:20 +0300
  • ecd78ea715 Comments translated from French to English. Programerus 2012-04-11 17:04:01 +0300
  • b33691f490 Comment fix. Programerus 2012-04-11 00:23:03 +0300
  • 18de129d54 Comments translated from French to English. Programerus 2012-04-11 00:22:44 +0300
  • bbb83ec2af Comment fix. Programerus 2012-04-11 00:20:50 +0300
  • 38d01af159 Comments translated from French to English. Programerus 2012-04-11 00:20:26 +0300
  • e6ba3f08dc Comments translated from French to English. Programerus 2012-04-11 00:18:19 +0300
  • 5e86333bde Comments translated from French to English. Programerus 2012-04-11 00:17:16 +0300
  • 8145215c62 Comments translated from French to English. Programerus 2012-04-11 00:12:14 +0300
  • 401197721e Comments translated from French to English. Programerus 2012-04-11 00:10:24 +0300
  • 8d7dfc5c3e Comment fix. Programerus 2012-04-10 20:49:35 +0300
  • e82a8c52bd Comments translated from French to English. Programerus 2012-04-10 20:49:15 +0300