krzys-h
|
6b25608e69
|
Added progfunc( funcname );
For simple creating of programs executing public functions :)
Example:
public void object::SecondBot()
{
message("It works!");
}
extern void object::FirstBot()
{
object item = radar(BotFactory);
item.factory(WheeledGrabber, progfunc("SecondBot"));
}
|
2013-05-19 16:56:08 +02:00 |
krzys-h
|
b9d0ee034e
|
Running program in robots created using object.factory()
|
2013-05-19 16:27:33 +02:00 |
krzys-h
|
7662f312b3
|
Changed "Inappropariate bot"->"Inappropariate object" in newly added functions
|
2013-05-18 18:29:07 +02:00 |
krzys-h
|
b65196c17f
|
Change in goto() for Destroyer
|
2013-05-18 18:22:18 +02:00 |
krzys-h
|
58cc0603cc
|
Fix for build() not being able to build Detroyer
|
2013-05-18 18:04:48 +02:00 |
krzys-h
|
796cb92ffc
|
Added object.destroy()
|
2013-05-18 18:04:48 +02:00 |
krzys-h
|
d0de6a88ba
|
Renamed destroy() -> delete()
|
2013-05-18 18:04:48 +02:00 |
krzys-h
|
8004e68948
|
Added object.busy()
|
2013-05-18 18:04:48 +02:00 |
krzys-h
|
47d7b80507
|
Added object.factory(cat)
|
2013-05-18 18:04:48 +02:00 |
Piotr Dziwinski
|
07839a561f
|
Unicode symbols for special characters
* added support for special characters from original text bitmaps
|
2013-05-12 18:38:01 +02:00 |
krzys-h
|
61841b3f40
|
Backwards combatibility for retobject() (#209)
|
2013-05-12 15:54:35 +02:00 |
krzys-h
|
1f77efb9cb
|
Fixed bug with std::bad_alloc when using produce()
I'm not sure why it wasn't happening before, but it's fixed :)
|
2013-05-12 15:38:09 +02:00 |
krzys-h
|
c25b6ab472
|
Fix for #192
|
2013-05-12 15:23:26 +02:00 |
krzys-h
|
04f747b00b
|
Added simple texturepack support (#208)
|
2013-05-12 14:55:41 +02:00 |
krzys-h
|
06cf93f466
|
Better print fix
|
2013-05-12 13:05:32 +02:00 |
Piotr Dziwinski
|
cec406ea31
|
Non-power-of-2 padding for background images
* added padding options
* removed old hardcoded image sizes
|
2013-05-11 23:12:13 +02:00 |
Piotr Dziwinski
|
dcf4c8941f
|
Corrected print
|
2013-05-11 23:11:58 +02:00 |
Piotr Dziwinski
|
c842aa3a73
|
Updated data submodule
|
2013-05-11 21:53:45 +02:00 |
Piotr Dziwinski
|
f7f6e10c70
|
Added check and warning about non-power-of-2 textures
|
2013-05-11 21:40:09 +02:00 |
Piotr Dziwinski
|
cc8ed2979b
|
Fixed deleting of CObjectManager
* fix in CApplication destructor
* re-enabled unit tests
|
2013-05-11 21:22:03 +02:00 |
krzys-h
|
40954038ab
|
Added error message for undefined command
|
2013-05-05 20:51:08 +02:00 |
krzys-h
|
4dcee0a4d1
|
Added continue at end of every Cmd() check
As mentioned in issue #173
|
2013-05-05 20:38:20 +02:00 |
krzys-h
|
dbcc2c61f9
|
Added Build and Research constants
|
2013-05-05 20:10:36 +02:00 |
krzys-h
|
fcb052cc8d
|
Added [set/get][build/research[done/enable]] ( ); function fo CBot
* setbuild ( );
* setresearchdone ( );
* setresearchenable ( );
* getbuild ( );
* getresearchdone ( );
* getresearchenable ( );
|
2013-05-05 14:44:51 +02:00 |
krzys-h
|
78e32cf894
|
Changed MissionController version requirement 3->2
Also, adding it before BeginObject isn't wrong, and now recommended because it disables Audio and EndMissionTake commands
|
2013-05-05 13:43:05 +02:00 |
krzys-h
|
9549359b46
|
Fix for saving wrong Fullscreen value
|
2013-05-04 20:13:27 +02:00 |
krzys-h
|
62b9daf4ec
|
Updated data submodule
|
2013-05-04 19:49:12 +02:00 |
krzys-h
|
db43400d97
|
Fixed tests
|
2013-05-04 15:44:17 +02:00 |
krzys-h
|
6333d2d38e
|
Removed most of "No such node" messages
|
2013-05-04 11:56:03 +02:00 |
krzys-h
|
c3e95d40a2
|
Added relative install paths for MXE build
|
2013-05-03 22:23:36 +02:00 |
krzys-h
|
26c92d074d
|
Fixed "ptree is too deep"
|
2013-05-03 21:39:02 +02:00 |
krzys-h
|
8ab68c5fbb
|
Updated data submodule
|
2013-05-03 21:35:33 +02:00 |
krzys-h
|
64ebda0ab9
|
Added creating ini file with default values
|
2013-05-03 21:35:33 +02:00 |
erihel
|
5a31a93610
|
Changed log level in profile.cpp to error
|
2013-05-03 21:33:19 +02:00 |
erihel
|
3c442d17dc
|
Fix for issue #202 with 3D sound disabled
|
2013-05-03 21:12:39 +02:00 |
krzys-h
|
f68581a3ae
|
Improved log levels of trace control
|
2013-05-03 12:26:26 +02:00 |
krzys-h
|
1250f889d9
|
Improved MissionController movement a little bit
|
2013-05-02 20:59:20 +02:00 |
krzys-h
|
02b65fecd3
|
Fixed Destroyer button
* Commands were executed for all Destroyers on map
* Button can't be clicked when Destroyer is working
|
2013-05-02 19:17:17 +02:00 |
krzys-h
|
8a1e4b1e5f
|
Added button for Destroyer
Issue #142
|
2013-05-02 17:55:53 +02:00 |
krzys-h
|
4dde10e9a5
|
Updated data submodule
|
2013-05-02 17:42:49 +02:00 |
krzys-h
|
166a6b4403
|
Improved music cache
|
2013-05-02 16:37:11 +02:00 |
krzys-h
|
56709f0e56
|
Small changes to looping main menu music
|
2013-05-02 10:58:38 +02:00 |
krzys-h
|
d9f1b4f69d
|
Added CacheAudio to level files
|
2013-05-02 10:53:18 +02:00 |
krzys-h
|
c1db140ad3
|
Updated Main Mnu music
For now only code - we need to wait for PiXeL to give us new music :)
|
2013-05-02 10:44:07 +02:00 |
krzys-h
|
fb5d14dddf
|
Functions playmusic(filename, repeat) and stopmusic()
for MissionController
Parameter repeat can be 0 or 1
|
2013-05-01 22:11:08 +02:00 |
krzys-h
|
07374db2a3
|
Increased maximum font size
|
2013-05-01 21:32:40 +02:00 |
krzys-h
|
d815fbf09e
|
Saving information to profile (#154)
|
2013-05-01 21:02:43 +02:00 |
krzys-h
|
23e3e552f3
|
Made colobot.ini & savegame dir location depended on build type
For Debug, it's current dir
For Release it's like it was before
Made on @CoLoRaptor's request :)
|
2013-05-01 19:44:55 +02:00 |
krzys-h
|
9e1870f6bd
|
Removed some warnings
+ fix for previous commit
|
2013-05-01 13:19:10 +02:00 |
krzys-h
|
293376b82d
|
Removed sound081.wav
It wasn't used in Colobot and caused errors because we removed it from data package.
|
2013-05-01 12:47:06 +02:00 |