Tomasz Kapuściński
9fe85e280a
Code simplification in CGL14Device
2016-11-10 12:34:30 +01:00
Unknown
3c71354b42
Fix MSVC2015 compilation error
2016-11-07 21:08:02 +01:00
Tomasz Kapuściński
5aa5d91ecb
Fix compilation errors in half.cpp
2016-11-04 18:34:49 +01:00
Tomasz Kapuściński
993d9e9ed6
Added rendering with generic vertex formats
2016-11-04 14:13:16 +01:00
Tomasz Kapuściński
ae3b2b8572
Added types and vertex format specification
2016-11-04 11:59:57 +01:00
Tomasz Kapuściński
c5b5435b4a
Added half-precision floating-point format implementation
2016-11-04 11:35:55 +01:00
krzys-h
b8d88c97b0
Release 0.1.9-alpha: Bump version
2016-11-02 21:42:23 +01:00
krzys-h
81c7d05d7c
Post-release 0.1.9-alpha
2016-11-02 21:42:23 +01:00
krzys-h
b0e34bbe6a
Release 0.1.9-alpha: Merge branch 'dev'
2016-11-02 21:42:22 +01:00
krzys-h
d43562883e
Remove unused imports from release.py
2016-11-02 21:40:52 +01:00
krzys-h
70853f2b86
Add temporary hack for issue #828
2016-11-02 21:38:47 +01:00
krzys-h
3c1bf3c014
Added script for use when releasing new versions
2016-11-02 21:31:34 +01:00
MrSimbax
81f4436951
Update data submodule
2016-11-02 20:17:36 +01:00
MrSimbax
ef28b0dd14
Update data submodule
2016-11-01 19:36:11 +01:00
MrSimbax
fee1619c9c
Update data submodule
2016-10-24 23:16:10 +02:00
krzys-h
bb9d1c8265
Remove "this == nullptr" checks in CBOT, fixes #828
2016-10-02 21:36:59 +02:00
krzys-h
a96835e35f
Change CBot file log messages
...
Open mode is logged now. Additionally fixed incorrect file path in log when deleting files.
2016-09-30 17:08:37 +02:00
MatiRg
d107605007
Add file append mode in CBot ( #838 )
2016-09-30 17:03:13 +02:00
krzys-h
73be03161f
Fix infinite pause when cloning program with errors, closes #837
2016-09-27 18:57:24 +02:00
krzys-h
3472ec6613
Revert CParticle::CheckChannel changes
...
I misinterpreted this as being a bug, while actually it seems to be an explicit CParticle design choice (maybe not the best one, but whatever). We DO need better docs for some old code like this :/
Fixes #806
This reverts commit 99a831a03b
.
2016-09-27 18:34:54 +02:00
MatiRg
dc415c3d2a
Remove character limit in CEdit ( #836 )
2016-09-25 19:13:04 +02:00
krzys_h
89bf0da30c
Merge pull request #834 from melex750/dev
...
Implicit cast and null when passing arguments
2016-09-24 17:13:17 +02:00
krzys-h
ca548e2902
Update CBotFieldExpr::ProtectionError docs
2016-09-24 17:04:47 +02:00
krzys-h
81aae35565
Updated translation files after 4a14a44f3f
2016-09-24 16:48:27 +02:00
melex750
9ab7f7d140
Fix access to protected and private variables
2016-09-17 08:00:34 -04:00
melex750
3debfb9182
Fix finding in-class methods when searching by ID
2016-09-17 07:59:34 -04:00
melex750
4a14a44f3f
Add implicit cast and null for passing arguments
2016-09-17 07:58:39 -04:00
Unknown
6b6eca61cb
Update data submodule
2016-09-13 10:15:28 +02:00
Unknown
ade8566d06
Update data submodule
2016-09-10 17:51:52 +02:00
krzys_h
84c98546df
Merge pull request #819 from melex750/dev
...
Method chaining for constructor calls in CBOT
2016-09-09 19:37:37 +02:00
krzys_h
8dc03f40d5
Merge pull request #817 from CyborgMaster/radarall-equidistant-objects
...
radarall can return multiple objects with exactly the same distance
2016-09-09 19:17:40 +02:00
Unknown
e3b3d7c9aa
Enable debug info for MSVC
2016-08-24 18:18:33 +02:00
Unknown
e085b4b422
Enable C++ exceptions in MSVC
...
Because warnings.
2016-08-24 13:34:51 +02:00
MrSimbax
514829de60
Normalize dir parameter when copying to clipboard
2016-08-20 13:22:53 +02:00
MrSimbax
974b6efad5
Add -pedantic-errors flag to C++ compilers
2016-08-18 12:59:29 +02:00
MrSimbax
92b1e544ec
Remove default lambda parameters
...
They cause compilation error on MSVC and should give errors, as it's explicitly stated in the C++11 standard: http://stackoverflow.com/questions/6281472/why-does-a-default-argument-for-a-lambda-argument-trigger-a-pedantic-gcc-warni
2016-08-18 10:02:54 +02:00
MrSimbax
584d782a9f
Add VS Code files to .gitignore
2016-08-15 18:08:18 +02:00
melex750
3146d4ef35
Add method chaining for class constructor calls
2016-08-14 16:56:17 -04:00
Jeremy Mickelson
859cec774a
Added comment explaining container choice
2016-08-13 12:18:54 -06:00
Jeremy Mickelson
88227a3647
Allow multiple objects with exactly the same distance to be returned by `radarall`
2016-08-13 12:13:41 -06:00
krzys-h
d411c5ebc0
Allow circular references from different classes ( #814 )
...
Conflicts:
test/unit/CBot/CBot_test.cpp
2016-08-09 21:10:07 +02:00
melex750
71aa7e468b
Add unit tests for circular reference
2016-08-09 14:55:56 -04:00
krzys-h
b9d4d57e33
Syntax sugar: Accessing members of returned objects ( #808 )
...
Conflicts:
src/CBot/CBotInstr/CBotInstrMethode.h
2016-08-09 20:28:37 +02:00
krzys_h
d83553ca14
Merge pull request #809 from melex750/dev
...
Fixes and unit tests for inheritance
2016-08-09 19:23:49 +02:00
krzys-h
0ecdee08cc
Merge branch 'dev-async-music-load' (PR #801 )
2016-08-09 19:20:46 +02:00
krzys-h
4cb2eb6d37
Removed fuzzy markers for lines fixed in #805
2016-08-09 19:07:50 +02:00
aleksei-sh
191ca3c4eb
Reducing the length of the lines
...
The length of lines is reduced so that they fit in the interface
2016-08-09 19:04:32 +02:00
aleksei-sh
1546c1514a
Filled not existed translation, minor translation changes
...
Fill empty lines. Some translations has been corrected ("вы" required form "нажмите"; project name "Colobot" can not be translated to "КОЛОБОТ").
2016-08-09 19:04:22 +02:00
melex750
66218319dd
Add support for circular references
...
Issue #433
2016-08-09 11:59:07 -04:00
melex750
8b3c4302d2
Add more unit tests for inheritance
2016-08-07 10:01:10 -04:00