Marek Kochanowicz
99f72d4b61
Filters: typos. Windows: widgets→name panels. I have no idea why we are inventin our own terms here.
2013-11-14 08:35:03 +01:00
Marek Kochanowicz
17d41ff032
Corrected according to the zini suggestions.
2013-11-14 08:22:52 +01:00
Marek Kochanowicz
28a98df3aa
Some corrections.
2013-11-13 21:49:29 +01:00
Marek Kochanowicz
6197ebd35f
Actually builds now.
2013-11-13 21:37:27 +01:00
Marek Kochanowicz
078745c5d3
Added some shiny PR to the windows, honestly. It is just at the begining of the manual, so maybe it will raise morale of the user ;-)
2013-11-13 21:28:09 +01:00
Marek Kochanowicz
1eaca1e26b
Added regular expressions tutorial. Because serpentine failed me :(
2013-11-13 21:01:48 +01:00
Marek Kochanowicz
470616ce92
Added windows.tex. Does not contain a lot at this point.
2013-11-06 22:01:37 +01:00
Marek Kochanowicz
2f5ad4c16f
Small changes.
2013-11-06 21:10:00 +01:00
Marek Kochanowicz
8302924464
corrected typo
2013-11-01 13:54:34 +01:00
Marek Kochanowicz
8ae38eaa1f
Corrected few things and added short description for creating and saving filter, as well as replacing the default filters set.
2013-11-01 13:52:24 +01:00
Marek Kochanowicz
0141526c55
Corrected tables.tex so it will compile.
2013-10-31 10:21:10 +01:00
sirherrbatka
6182d444a7
Merge pull request #1 from TomKoenderink/csmanual
...
I will take a look at it.
2013-10-31 02:10:40 -07:00
TomKoenderink
cb8d111d36
Started tables.tex; import library for images
2013-10-30 21:51:37 +01:00
Marek Kochanowicz
056833e21e
Still filters. A little less draft-ish quality.
2013-10-30 12:57:01 +01:00
Marek Kochanowicz
382ca00dcb
Still draft. I need to carefully read the text, and point out that this is all about record filters.
2013-10-29 20:46:53 +01:00
Marek Kochanowicz
cef3b30b25
Added tables.tex. It is almost empty at the moment.
2013-10-24 19:24:37 +02:00
Marek Kochanowicz
e89f1dd40a
Corrected, according to Zini. Not completly, though.
2013-10-24 18:33:35 +02:00
Marek Kochanowicz
11779c27d3
Writting that manual…
2013-10-23 21:34:59 +02:00
Marek Kochanowicz
e34cbe857c
Added a little more to the filters.
2013-10-23 12:37:28 +02:00
Marek Kochanowicz
930aef7ae5
Added *.pdf to the gitignore.
2013-10-22 21:25:13 +02:00
Marek Kochanowicz
ca700c4cfd
Creating the new branch for filters.
2013-10-22 17:20:15 +02:00
scrawl
3a3f2a37c8
Add cut, copy & paste of text
2013-10-17 12:47:49 +02:00
Marc Zinnschlag
74f7071b82
Merge remote-tracking branch 'jeaye/gitignore'
2013-10-17 10:25:41 +02:00
jeaye
04735a6734
Extend .gitignore
...
Organize .gitignore to make it easier to add to
Ignore only binaries, not directories
Removed some invalid ignores (.cfg, .desktop, etc)
Better globbing
2013-10-16 14:44:18 -07:00
Marc Zinnschlag
8c139783b7
silenced a warning
2013-10-16 21:33:11 +02:00
Marc Zinnschlag
19bd0f90b9
Merge remote-tracking branch 'rainChu/torches'
2013-10-16 21:24:45 +02:00
Alex "rainChu" Haddad
65818155d8
Fixed punctuation consistency
2013-10-16 15:14:35 -04:00
Alex "rainChu" Haddad
e11da5c0a3
Added a constructor to Light CustomData
2013-10-16 15:13:36 -04:00
Marc Zinnschlag
8995cd8543
reverted gitignore changes
2013-10-16 20:35:39 +02:00
jeaye
5f4e2d2cf2
Organize .gitignore to make it easier to add to
2013-10-15 22:29:51 -07:00
jeaye
8d8ba0257e
Added common untracked files to .gitignore
2013-10-15 22:17:50 -07:00
Alex "rainChu" Haddad
2643214ca6
Lights extinguish underwater
2013-10-15 21:50:32 -04:00
Alex "rainChu" Haddad
30ee3c5cf6
Equipped torches and lights run out of fuel
2013-10-15 21:50:14 -04:00
Emanuel Guevel
ba4b8a37e2
Remember pressed message box button longer
...
Remember which button was pressed until a new interactive message box is
displayed or until the pressed button number is read.
Before that, it was not possible to get the pressed button after the
message box was hidden/destroyed.
2013-10-14 12:55:06 +02:00
Marc Zinnschlag
db7ea30483
allow float values in cell for value tests
2013-10-14 11:15:36 +02:00
Marc Zinnschlag
679754b305
corrected an error message
2013-10-14 11:06:59 +02:00
Marc Zinnschlag
9b0766b678
minor fix in ValueNode::toString
2013-10-14 10:58:11 +02:00
Marc Zinnschlag
4905f1c8ab
make testing empty cells against an empty string yield true
2013-10-13 21:54:36 +02:00
Marc Zinnschlag
ce8694c84e
Merge remote-tracking branch 'scrawl/master'
2013-10-13 18:55:49 +02:00
scrawl
683ad40e21
No need for this ifdef since there is a default argument.
2013-10-13 18:28:22 +02:00
scrawl
2fb059e2fa
Don't destroy the SDL window twice
2013-10-13 18:20:55 +02:00
scrawl
fa264935ff
We can apply vsync at runtime now that the Ogre bug is fixed.
2013-10-13 17:56:26 +02:00
scrawl
f504ab42fe
Turn off vsync while in the loading screen
2013-10-13 17:52:14 +02:00
Marc Zinnschlag
b8ae195a46
Merge branch 'scene'
2013-10-13 15:42:27 +02:00
Marc Zinnschlag
4624bed899
changed handling of scene toolbar button icons
2013-10-13 15:41:48 +02:00
Marc Zinnschlag
c8d0fb8c4e
updated credits file
2013-10-13 14:43:59 +02:00
Marc Zinnschlag
fc5afe430b
Merge remote-tracking branch 'potatoesmaster/fatigue-restoration'
2013-10-13 14:40:48 +02:00
Emanuel Guevel
dcfff79460
Regenerate fatigue over time
2013-10-13 00:40:27 +02:00
Marc Zinnschlag
708cde2688
Merge remote-tracking branch 'jordan-ayers/topic/COC-Exterior-Cell-Selection'
2013-10-12 23:18:19 +02:00
Jordan Ayers
141382b8c0
COC Command: Exterior cell selection fix.
...
Return the northernmost cell of the easternmost matching column for Ext. cells.
2013-10-12 14:48:37 -05:00