summaryrefslogtreecommitdiffstats
path: root/src/ui/interface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-16/+18
|
* Remove unnecessary delete checks (#318)Piotr Dziwinski2014-08-091-5/+2
|
* Fixed some CBot-related memory leaksPiotr Dziwinski2013-10-121-14/+12
| | | | | | * fixed leaks in CScript::CheckToken() * fixed leaks in CInterface * commented out unused function in robotmain.cpp
* Fixed code formattingPiotr Dziwinski2013-05-271-10/+20
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Fixes programs list sizeXienDev2013-04-251-0/+3
|
* CInstanceManager refactoringPiotr Dziwiński2013-02-171-25/+19
| | | | | | | | | * 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
* Event fixes & refactoringPiotr Dziwinski2012-09-221-1/+1
| | | | | | - added new state tracking to Event - removed old fields from Event - fixed some issues with Events and fps counter
* Changes in Ui, solves part of #47Michał Konopacki2012-09-191-1/+1
|
* Fixed includes in ui.Zaba9992012-09-191-1/+1
|
* Some memory leaks fixedPiotr Dziwinski2012-09-161-0/+1
|
* latest changes; few more classes should compile nowerihel2012-08-311-2/+2
|
* * wrong enum used for text alignmenterihel2012-08-181-18/+6
| | | | * wrong event function used
* * ui/key.cpp compileserihel2012-08-171-0/+4
| | | | * csoundinterface to ccontrol
* * changes to ui classeserihel2012-08-171-408/+142
|
* Whitespace and language changePiotr Dziwinski2012-06-261-605/+605
| | | | | | | - 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
* Templates for new implementationPiotr Dziwinski2012-06-221-3/+3
| | | | | | - added template of classes/structs for new implementation - changed #include paths - updated README files
* FPOINT -> Math::Point & other math functionsPiotr Dziwinski2012-06-131-20/+18
| | | | | | | | | - 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-9/+9
|
* 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/+607