Directory SL/ITEM_SHADER/

Total Files:
5
Deleted Files:
0
Lines of Code:
2393

[root]/SL/ITEM_SHADER

Lines of Code

SL/ITEM_SHADER/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
westram 43 (100.0%) 180 (100.0%) 4.1

Most Recent Commits

westram 2022-03-04 16:20 Rev.: 18964


* remove parameter {{{fallback2default}}} from
- {{{create_selection_list}}}
- {{{create_list}}}
- {{{awt_create_TREE_selection_list}}}
- {{{awt_create_CONFIG_selection_list}}}
- {{{awt_create_SAI_selection_list}}}
* remove some - now unused - locals.

1 lines of code changed in 1 file:

  • SL/ITEM_SHADER: item_shader.cxx (+1 -1)
westram 2022-03-04 16:13 Rev.: 18962


* eliminate unused parameter {{{fallback2default}}} from {{{create_option_menu}}}.

1 lines of code changed in 1 file:

  • SL/ITEM_SHADER: item_shader.cxx (+1 -1)
westram 2022-03-04 12:26 Rev.: 18959


* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958

3 lines of code changed in 1 file:

  • SL/ITEM_SHADER: Makefile (+3)
westram 2021-09-15 13:52 Rev.: 18730


* remove trailing whitespace from c source.

1 lines of code changed in 1 file:

  • SL/ITEM_SHADER: field_shader.cxx (+1 -1)
westram 2021-05-08 15:19 Rev.: 18647


* reduced optimisation for TEST_remapping() and TEST_shaded_values().

1 lines of code changed in 1 file:

  • SL/ITEM_SHADER: ValueTuple.cxx (+1 -3)
westram 2019-07-02 14:45 Rev.: 17944


* FIXES crash in RELEASE version (when invalid color group occurs in database).
* add assertions against
- invalid color_groups and
- invalid unshaded GCs.
* ARBDB color-group interface:
- define number of allowed color groups in ARBDB
- fix interface types (long->int)
- report error when color_group passed to {{{GBT_set_color_group}}} is out-of-range.
- {{{GBT_get_color_group}}} does range check. returns 0 if out-of-range.

6 lines of code changed in 1 file:

  • SL/ITEM_SHADER: Makefile (+6)
westram 2019-06-25 13:08 Rev.: 17941


* fix warnings:
- two maybe-uninitialized-warning (one def. bogus).
- conditionally compile code which is only used from unittests.

6 lines of code changed in 1 file:

  • SL/ITEM_SHADER: item_shader.cxx (+6 -1)
westram 2019-04-05 19:32 Rev.: 17748


* remove hardcoded 'markCreated==true' from
- GBT_find_or_create_species_rel_species_data and
- GBT_find_or_create_species.
* hardcode 'markCreated==false' in GBT_find_or_create_SAI.
- changes result DB.
- increase diff buf size (result DB has loooong lines).

4 lines of code changed in 1 file:

  • SL/ITEM_SHADER: field_shader.cxx (+4 -4)
westram 2019-04-01 17:41 Rev.: 17724


* partial merge from 'fts' into 'trunk'
- {{{ConfigMapping}}}:
* cleanup
* add missing tests
* fix config bug: trailing backslash at end of values did cause wrong read of data
* adds: log:branches/fts@17718:17723

3 lines of code changed in 2 files:

  • SL/ITEM_SHADER: Makefile (+3), item_shader.cxx (-2)
westram 2018-09-20 18:43 Rev.: 17396


* reintegrates 'fix' into 'trunk'
- elim dead code
- use const hash loop
* adds: log:branches/fix@17380,17388:17395

7 lines of code changed in 2 files:

  • SL/ITEM_SHADER: item_shader.cxx (+6 -3), item_shader.h (+1 -3)
westram 2017-11-28 19:22 Rev.: 16766


* reintegrates 'gcc' into 'trunk'
- mostly cosmetics changes
* adds: log:branches/gcc@16655,16741:16743,16752:16765

1 lines of code changed in 1 file:

  • SL/ITEM_SHADER: item_shader.cxx (+1 -1)
westram 2017-11-28 18:09 Rev.: 16763


* partial merge from 'gcc' into 'trunk'
- use {{{nullptr}}} in Cxx11 (with backward compatibility)
* adds: log:branches/gcc@16683:16740,16744:16746,16751

40 lines of code changed in 3 files:

  • SL/ITEM_SHADER: field_shader.cxx (+25 -25), item_shader.cxx (+13 -13), item_shader.h (+2 -2)
westram 2017-09-23 14:03 Rev.: 16425


* reintegrates 'aci' into 'trunk'
- extends ACI language (implementing #707)
* boolean operators: {{{And}}},{{{Or}}},{{{Not}}}
* numeric comparison: {{{isAbove}}},{{{isBelow}}},{{{isEqual}}}
* floating point arithmetic: {{{fplus}}},{{{fminus}}},{{{fmult}}},{{{fdiv}}}
* misc: {{{round}}},{{{inRange}}},{{{isEmpty}}}
- enforce parameter checks in ACI function code
- case of commands completely ignored
* adds: log:branches/aci@16385,16391:16424

0 lines of code changed in 1 file:

  • SL/ITEM_SHADER: field_shader.cxx (-1)
westram 2017-09-18 15:23 Rev.: 16374


* reintegrates 'aci' into 'trunk'
- refactored wide parts of ACI code (incl. SRT+REG)
* added more test
* ACI tracing
- more complete and readable
- automatically turned off when done with expression
* improved error messages (esp. diagnostics)
* documentation (updated, added missing)
* fixed a bunch of bugs (incl. SEGV and deadlock)
* ACI now runs inside execution environment
- ACI language may be extended with custom commands (implements #756)
* added ACI extension for group-batch-rename
* adds:
- log:branches/aci@16170:16373
- log:branches/addtest@16193:16316

4 lines of code changed in 2 files:

  • SL/ITEM_SHADER: Makefile (+1), field_shader.cxx (+3 -4)
westram 2017-07-19 10:29 Rev.: 16159


* DB field shader failed assertion if used field contained e.g. "Infundibulomyces sp. NR-2006a"
- strtof is too smart here -> do not accept inf as result

10 lines of code changed in 1 file:

  • SL/ITEM_SHADER: field_shader.cxx (+10 -4)
westram 2017-07-12 11:08 Rev.: 16127


* reintegrates 'fix' into 'trunk'
- misc. minor fixes + cleanups
* adds: log:branches/fix@16121:16126

28 lines of code changed in 2 files:

  • SL/ITEM_SHADER: field_shader.cxx (+24 -11), item_shader.h (+4)
westram 2017-04-05 11:06 Rev.: 15738


* rename only

2 lines of code changed in 2 files:

  • SL/ITEM_SHADER: field_shader.cxx (+1 -1), item_shader.cxx (+1 -1)
westram 2017-01-09 16:10 Rev.: 15529


* reintegrates 'warnings' into 'trunk'
- use gnu++14-standard for gcc>=6
- use gnu++0x-standard for gcc<4.7 (bugfix)
- defines many inlines as constexpr
* adds: log:branches/warnings@15515:15522,15525:15528

2 lines of code changed in 1 file:

  • SL/ITEM_SHADER: item_shader.h (+2 -2)
westram 2017-01-04 18:06 Rev.: 15513


* reintegrates 'warnings' into 'trunk'
- activate additional warnings (gcc 5.x++)
- Cxx11-forward final (classes+methods)
- fix tag problems caused by using preprocessor
* adds: log:branches/warnings@15486:15489,15491:15501,15506:15512

4 lines of code changed in 2 files:

  • SL/ITEM_SHADER: ValueTuple.cxx (+3 -3), item_shader.cxx (+1 -1)
westram 2016-12-20 14:58 Rev.: 15429


* fix unit-tests for stabs-format

5 lines of code changed in 2 files:

  • SL/ITEM_SHADER: ValueTuple.cxx (+3), item_shader.cxx (+2 -1)
westram 2016-09-27 16:23 Rev.: 15279


* reintegrates 'errhandle' into 'trunk'
* adds: log:branches/errhandle@15275:15278

2 lines of code changed in 1 file:

  • SL/ITEM_SHADER: field_shader.cxx (+2 -3)
westram 2016-08-11 11:05 Rev.: 15176


* reintegrates 'fixres' into 'trunk'
- fixes #715
* adds: log:branches/fixres@15127:15175

2 lines of code changed in 2 files:

  • SL/ITEM_SHADER: Makefile (new)
westram 2016-07-22 11:00 Rev.: 15086


* partial merge from 'fix' into 'trunk'
- fixes shader <-> ASCII-DB incompatibility
* adds: log:branches/fix@15083:15085

1 lines of code changed in 1 file:

  • SL/ITEM_SHADER: field_shader.cxx (+1 -9)
westram 2016-07-21 17:53 Rev.: 15082


* partial merge from 'fix' into 'trunk'
- default_copyability++
* adds: log:branches/fix@15072,15077:15081

0 lines of code changed in 1 file:

  • SL/ITEM_SHADER: item_shader.h (-20)
westram 2016-07-20 11:45 Rev.: 15073


* merge [15066:15071] from 'fix' into 'trunk'
* adds: log:branches/fix@15067:15071

46 lines of code changed in 7 files:

  • SL/ITEM_SHADER: ValueTuple.cxx (+21 -21), field_shader.cxx (+5 -6), item_shader.cxx (+4 -4), item_shader.h (new)
westram 2016-07-15 15:36 Rev.: 15063


* fix inconsistency while restoring tree-shader-settings:
- activate stored shader before restoring common shader-settings
- if not done so, some settings were restored to the newly activated shader, others to the previously used shader (depending on the internal order of config-entries)

0 lines of code changed in 2 files:

  • SL/ITEM_SHADER: item_shader.cxx (new)
Generated by StatSVN 0.7.0