summaryrefslogtreecommitdiffstats
path: root/src/ui/studio.cpp
Commit message (Collapse)AuthorAgeFilesLines
* #335, #348, #352krzys-h2014-11-011-1/+4
| | | | | I don't know what I'm doing anymore :/ I should set up dev envrioment on Windows so I don't have to commit every time I want somebody on Windows to test if my changes work
* I forgot to remove some debug stuffkrzys-h2014-10-291-3/+0
|
* Fixed program saving (#352)krzys-h2014-10-291-9/+17
|
* Fixed save directories in things not yet refactored to use PHYSFSkrzys-h2014-10-201-1/+1
|
* Merge branch 'dev-physfs' into devkrzys-h2014-10-191-1/+0
|\ | | | | | | | | Conflicts: src/app/app.cpp
| * Merge branch 'dev' into dev-physfskrzys-h2014-10-141-16/+18
| |\ | | | | | | | | | | | | Conflicts: data
| * | Fixed some warningskrzys-h2014-09-271-1/+0
| | | | | | | | | | | | Removed unused variables and fixed signed/unsigned comparation warnings
* | | Changed max and default font sizekrzys-h2014-10-191-2/+2
| |/ |/| | | | | | | | | | | Min font size is 9, max is now 24 (previously 21) Default size is now 19 (previously 9) Closes #330
* | Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-16/+18
|/
* Removed some unused code related to Quit buttonkrzys-h2014-07-101-10/+0
| | | | The button itself has been removed a long time ago
* Removed old code based on #ifs (issue #55)krzys-h2014-06-271-6/+0
|
* CPauseManagerkrzys-h2013-12-311-6/+7
|
* Some further refactoring and test correctionsPiotr Dziwinski2013-12-201-1/+1
|
* Changed char[] to std::string in restextPiotr Dziwinski2013-12-041-24/+24
| | | | Experimental changes
* Fixed some memory issuesPiotr Dziwinski2013-05-271-1/+1
| | | | * invalid pointer, uninitialized buffer
* Fixed code formattingPiotr Dziwinski2013-05-271-10/+18
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Fixed some compilation warningsPiotr Dziwinski2013-05-271-2/+2
| | | | * fixed warnings about hiding virtual functions and several others
* Increased maximum font sizekrzys-h2013-05-011-1/+1
|
* * Fix for bad file listing (issue #60)erihel2013-04-111-1/+1
|
* * Issue #60: Fix for "(null)" instead of time on windows platformerihel2013-04-081-5/+4
|
* Added SatCom translationskrzys-h2013-03-291-1/+1
|
* * Changed Set/Get HilateCap to Set/Get HighlightCaperihel2013-03-201-3/+3
| | | | | * Changes ReadText in CEdit to fix problem with SatCom links * Filenames when loading/saving scripts should be fixed on mxe
* * Implemented CStudio::UpdateDialogList() function for listing saved fileserihel2013-03-171-52/+19
|
* * Changed file loading to fix issue #73erihel2013-03-171-19/+17
| | | | | | | * Moved few functions from misc.cpp to profile.cpp (used to set/get user dir) * Removed some warnings * More work to change const char* to std::string * Some work on file path to fix issue #60 with bad slashes on POSIX platform
* CInstanceManager refactoringPiotr Dziwiński2013-02-171-15/+14
| | | | | | | | | * removed classes managed by CInstanceManager except for CObject, CPyro, CBrain and CPhysics because of dependencies * refactored instance searching to use existing singleton instances of CApplication, CEngine and CRobotMain and calling their getter functions
* * Fixes to ingame editorerihel2013-02-091-20/+20
| | | | * Fixes to editor window. It's now possible to resize, move and press buttons
* Changing and saving input bindingsPiotr Dziwinski2012-10-071-2/+2
|
* Event fixes & refactoringPiotr Dziwinski2012-09-221-3/+3
| | | | | | - added new state tracking to Event - removed old fields from Event - fixed some issues with Events and fps counter
* Input bindings rewritePiotr Dziwinski2012-09-191-2/+2
| | | | | | - moved input bindings to CRobotMain - added virtual keymod and joystick button key presses - fixed putenv error; other minor fixes
* Merge branch 'dev' of https://github.com/adiblol/colobot into devZaba9992012-09-181-4/+4
|\ | | | | | | | | Conflicts: src/ui/slider.cpp
| * Fixed invalid text alignmentPiotr Dziwinski2012-09-181-4/+4
| |
* | Warnings cleaned, left only those connected to commented out code.Zaba9992012-09-181-12/+7
|/
* [src/ui] CStudio compilesMichał Konopacki2012-09-151-121/+153
|
* Merge dev-common and various fixes to achieve compilationPiotr Dziwinski2012-09-151-6/+10
|\ | | | | | | | | | | | | | | - merged changes from dev-common - fixed many compilation errors (CBrain, UI, ...) - temporarily commented out some problematic code (e.g. input bindings) - (partially) fixed #include styling - everything compiles except for CRobotMain, CMainDialog and CStudio
* | * latest changeserihel2012-09-111-78/+82
| | | | | | | | | | * all files except studio, map and maindialog should compile * did some code cleanup
* | latest changes; few more classes should compile nowerihel2012-08-311-114/+82
|/
* Removed trailing whitespacePiotr Dziwinski2012-06-261-2/+2
|
* Whitespace and language changePiotr Dziwinski2012-06-261-1665/+1665
| | | | | | | - changed tabs to spaces and DOS line endings to Unix (except in CBot and metafile) - changed language to English - fixed #include <d3d.h> in d3dengine.h
* SDL projectPiotr Dziwinski2012-06-251-1/+1
| | | | | | | | - added (very basic) SDL template in CApplication and CEngine - split project into two targets: colobot_old (dependent on DirectX and WinAPI) and colobot_new (dependent on SDL and OpenGL) - moved sound.h/cpp to old/ and created new template in Snd namespace - added platform-independent dialog boxes in app/system.h/cpp
* Templates for new implementationPiotr Dziwinski2012-06-221-5/+5
| | | | | | - added template of classes/structs for new implementation - changed #include paths - updated README files
* FPOINT -> Math::Point & other math functionsPiotr Dziwinski2012-06-131-11/+9
| | | | | | | | | - changed FPOINT to Math::Point and some functions from math module to the new implementation - moved old function and FPOINT struct declarations to math3d.cpp - removed some unused functions in math module - fixed some #include dependencies - moved #define STRICT and #define D3D_OVERLOADS to compile options
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-101-113/+113
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-26/+26
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Source files split into modulesPiotr Dziwinski2012-04-281-0/+1667