Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-15 | (svn r2572) - Codechange: [string] Changed string system so it's not as ↵ | ludde | |
dependent on decode_parameters - Feature: [strgen] Allow changing the order of parameters in translated strings. - Use {1:TOWN} syntax to set the order. - Codechange: [strgen] Rewrote lots of strgen internals. | |||
2005-07-14 | (svn r2565) Fix: Remove GetParamInt8, GetParamInt16, GetParamUint16.. they ↵ | ludde | |
are just confusing and just do the same thing as GetParamInt32 | |||
2005-03-25 | (svn r2057) Add InlineString() to make _userstring construction a bit cleaner. | tron | |
2005-02-06 | (svn r1816) Use char instead of byte for string formatting | tron | |
2005-02-06 | (svn r1813) Declare functions implemented in strings.c in their own shiny ↵ | tron | |
new header (though i think some of these function don't belong into strings.c) |