Commit Graph

29 Commits (master)

Author SHA1 Message Date
Lukas Werling f4c854b651 docs: Implement client-side search
Search is now performed with a pre-computed index file. This commit
removes the old PHP-based search.
2018-03-23 21:23:38 +01:00
Günther Brammer a4680868d8 docs: Scroll to the desired position in the page when navigating 2016-05-15 15:20:08 +02:00
Günther Brammer 5bd30204b7 docs: Fix some <ul> contents to be <li> instead of <text>
This fixes visual breakage in the contents.
2016-01-02 22:52:30 +01:00
David Dormagen fa1e86f2ae docs: added fuzzy logic to "library" folder 2015-10-05 14:50:02 +02:00
David Dormagen ac738735b2 Merge branch 'master' into Controls
Conflicts:
	planet/Objects.ocd/Vehicles.ocd/Airplane.ocd/Script.c
	src/game/C4Game.cpp
	src/game/C4GraphicsSystem.cpp
	src/gamescript/C4GameScript.cpp
2015-09-02 08:19:34 +02:00
Sven Eberhardt 6ab6a1ac3c Add script interface for some EFX sound modifiers. 2015-08-27 21:44:23 -04:00
Maikel de Vries 188bd97f87 fix layout of GUI Script documentation 2015-06-02 22:48:38 +02:00
Tobias Zwick 6116b0079c fix link to Map scripts in documentation index 2013-12-03 12:49:47 +07:00
Tobias Zwick 133628c656 link the MapScript documentation in the index 2013-11-30 00:38:02 +07:00
Günther Brammer 7d0866ffab docs: Use javascript to avoid page reloads when using the toc
This uses the fairly new history.pushState API, but simply falls back on
normal navigation in browsers that don't support that.
2012-01-11 17:50:23 +01:00
Günther Brammer cd75b0a3d2 docs: Add an index to the table of contents
This adds everything that has an id as well as functions.
2011-09-05 22:37:47 +02:00
Tobias Zwick 21c5105cfa docs: automatic scrolling recognizes index files as such 2011-08-02 17:13:52 +02:00
Tobias Zwick f2177e7ce8 docs: index page with "get started" links and search 2011-08-02 16:25:00 +02:00
Tobias Zwick 129a723436 docs: overhauled game content documentation a bit 2011-08-01 00:45:05 +02:00
Tobias Zwick 272487d9ca docs: PlayerControls.txt documentation shows in content.xml 2011-07-21 02:48:08 +02:00
Tobias Zwick f1407a4a48 docs: Teams.txt is now indexed in the content.xml (as "Multiplayer"), moved Internationalization one up 2011-07-21 01:32:24 +02:00
Tobias Zwick b8d280920e docs: finished fixing all examples and the localization thereof for fn/ 2011-07-20 16:22:07 +02:00
Günther Brammer 540b14dec6 docs: Generate the table-of-contents <img> in the xslt 2011-06-30 19:25:02 +02:00
Günther Brammer 08707c782f docs: Scroll current page into view in the toc iframe 2011-06-30 01:12:53 +02:00
Günther Brammer ab067f44b2 docs: Show table of contents on every page 2011-06-30 00:52:29 +02:00
Tobias Zwick 4728d50d9a docs: fixed two spacings 2011-06-29 16:47:09 +02:00
Tobias Zwick 8d6ae3c729 docs: replaced icons with new oc icons 2011-06-26 18:06:21 +02:00
Tobias Zwick bd7ff9564b docs: removed the RDW-documentation introduction page 2011-06-26 16:24:28 +02:00
Tobias Zwick cdac6945b6 docs: replaced all c4s,c4d,c4g,c4m,c4p,c4i,... with their oc* counterpart in the documentation 2011-06-25 15:31:29 +02:00
Günther Brammer c48eba44b5 docs: Start a page with a list of object properties 2011-02-06 00:41:29 +01:00
Maikel de Vries 8a200ba706 Engine: Removed all specific line behaviour
This can be implemented in C4Script very easily.
Removed OCF_LineConstruct, ObjectComLineConstruction, Defcore LineConnect, Line types, Line related IDs.
Changed LineAttach, is now a property of the object to which the line should be attached.
Updated documentation.
2010-12-21 19:22:06 +01:00
Günther Brammer f5f1aaaa2d Docs: Slightly update the script reference
Mainly nil and some edits.
2010-08-27 21:19:58 +02:00
Armin Burgmeier df1abcd978 Switch main documentation to English, German translation now in de.po (#287) 2010-08-22 15:13:17 +02: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