Commit Graph

597 Commits (master)

Author SHA1 Message Date
Tobias Zwick fde2143f8e docs into openclonk-design 2010-01-29 15:44:06 +01:00
Armin Burgmeier 4d4a68e0f6 Add documentation for mesh animation 2010-01-24 23:12:49 +01:00
Luchs ae8a62d8df Added a full text search to the documentation 2010-01-12 23:23:43 +01:00
Tobias Zwick e2edec7fd7 Selection and Deselection gets called on D&D 2010-01-12 22:06:20 +01:00
Tobias Zwick 77520a4635 function search directly redirects to script function if it matches the input 2010-01-12 17:57:01 +01:00
Julius Michaelis 0106aab557 category documentation german 2010-01-08 23:53:52 +01:00
Günther Brammer 4f08312df7 Script: Music() no longer overwrites the music settings of the user
If you want to stop music, you need to use SetPlayList() with a nonempty
playlist which matches no music files, " " is usually a good choice.
2010-01-02 17:33:58 +01:00
Tobias Zwick b566bea377 drag and drop for the HUD (non-functional) 2009-12-30 16:50:25 +01:00
Tobias Zwick ef778d631a removed ConvertGoals() (backward compatibility with Clonk4) 2009-12-14 22:46:10 +01:00
Tobias Zwick edec15d64f merge 2009-11-30 17:24:14 +01:00
Tobias Zwick b2f2ef4d9b inventory hud (unfinished), acceleration during FLIGHT and WALK, old HUD (DrawCursorInfo) commented out 2009-11-30 16:57:37 +01:00
Nicolas Hake 9ef7fc0d96 Script: Expose string tables at runtime
Use Translate(string) to access the translation
2009-11-12 16:57:37 +01:00
Tobias Zwick 1537104306 Removed parts of the old HUD, minor fixes:
+ removed the Captain/GetCaptain/rendering
+ removed energy bars
+ added the possibility for the crew selector to display different ranks for different clonk types
+ fixed GetCrewSelected
2009-10-13 16:02:13 +02:00
Tobias Zwick 669db3fe6e docs updates, complete new player controls ~work, SetCursor returns false if trying to select a disabled crew member, HUD fixes 2009-10-11 21:44:40 +02:00
Tobias Zwick f584896446 merge 2009-10-08 20:51:31 +02:00
Günther Brammer e650a595f2 docs: Remove thick left and right padding, it looks out of place in the chm 2010-02-16 00:07:20 +01:00
Günther Brammer 810f9ad136 docs: Workaround bugs in Microsofts hhc.exe 2010-02-15 23:53:22 +01:00
Günther Brammer dcd8a8169b docs: Create chm table of contents from xml with xslt 2010-02-15 13:25:33 +01:00
Günther Brammer 0e9299555a docs: Generate a content.xml from build_chm_files instead of build_contents.pl 2010-02-16 02:48:06 +01:00
Günther Brammer 0400fe945d docs: Re-add some style features that were lost in the last update
Specifically, inline image positions, function syntax indentation, dt and table caption.
2010-02-10 00:57:24 +01:00
Günther Brammer a9dfe2ed82 docs: Use static html instead of php
The .html file extension is needed for offline docs, and configuring a webserver
to execute PHP in .html is as easy as changing the build system to support both.

But for a simple common header there's no need to reach for PHP. XSLT can do the
job. For ease of maintenance the header is read from an extra file.
2010-02-10 00:55:32 +01:00
Tobias Zwick d98e1095b6 hud graphics: hotkey stays the same size; instead its the title image which stretches 2010-01-30 14:46:56 +01:00
Armin Burgmeier f56ae275df Adapted documentation for reversed alpha 2009-09-19 12:21:51 -04:00
Günther Brammer dddf9ef00a Change all lineendings to LF (except in planet/) 2009-09-16 03:29:20 +02:00
Günther Brammer 826a7bb7f3 merge 2009-09-16 00:26:48 +02:00
Richard Gerum d814267a46 added script function CanConcatPictureWith to make the picture stack in the sell menu like in the old engine menu 2009-09-05 18:28:55 +02:00
Günther Brammer 8cbadabef2 C4Value: 0 can be converted to everything, just as nil
This should give us the best of both ways: Everybody can keep using 0 as a
nullpointer, but 0 and nil are still distinguishable.
2009-09-05 17:54:56 +02:00
Günther Brammer 2caec953f9 docs: Update translation 2009-09-03 22:33:25 +02:00
Günther Brammer 4f26bcb6a4 docs: Fix some syntax errors 2009-09-03 22:33:10 +02:00
Sven Eberhardt df6010a148 merge 2009-08-12 17:27:43 +02:00
Nicolas Hake 276a5abfed Removed default-this object parameter from a lot of functions 2009-08-12 22:44:09 +02:00
Tobias Zwick 4211ce15f4 cleanup: script function CrewMember(obj) is obsolete 2009-08-12 10:58:55 +02:00
Sven Eberhardt 81e9b612b1 merge main branch into PlrCtrl branch 2009-08-10 16:07:14 +02:00
Tobias Zwick a634cebeab documentation of the functions in System.c4g 2009-07-22 19:04:47 +02:00
Tobias Zwick 0efc4bd8df merge 2009-07-22 16:26:38 +02:00
Tobias Zwick 7155e38ecb more cleanup 2009-07-22 15:27:49 +02:00
Tobias Zwick 10e6174b1f FadeDelay for longer-lasting particles 2009-07-15 15:41:03 +02:00
Tobias Zwick 1bb6778403 Cleanup: Docs update for FindObject, more funcs deleted 2009-07-15 15:17:37 +02:00
Tobias Zwick ba971abc22 Cleaning up: removing obsolete functions and its documentation (part 2) 2009-07-15 14:42:48 +02:00
Tobias Zwick e74c484aa9 Cleaning up: removing obsolete functions and its documentation 2009-07-15 14:41:34 +02:00
Sven Eberhardt 943b47ebd5 Moving controls to script: Clonk movement 2009-06-15 20:38:39 -04:00
Sven Eberhardt f6fadb300d Moving controls to script... 2009-06-09 19:29:16 -04:00
Sven Eberhardt 22d689d560 Moving controls to script: Docs 2009-06-09 00:29:55 -04:00
Günther Brammer 05a3369443 Docs: Fix compilation 2009-05-15 21:17:55 +02:00
Günther Brammer 675da642c3 Add Clonk Rage developer documentation
committer: Günther Brammer <gbrammer@gmx.de>
2009-05-09 15:11:51 +02:00
Günther Brammer bf839b9a66 Call Definition in every definition at start
This is mainly intended to fill the proplist of the definition and replace
the defcore, but other one time initialisation could also be done at that
point.
2009-05-20 00:30:49 +02:00
Günther Brammer 42d3b6e79a Add C4PropList
A Proplist is a map of C4Strings to C4Values which can chain lookups
to "Prototype" Proplists. This can be used to implement inheritance.

Proplists can be stored in C4Values.

C4Object now inherits from C4Proplist, C4Values can be converted between
those two.
2009-05-20 00:12:11 +02:00