.. |
BaseFindLinedef.cs
|
Added GZDB repo at r2462 and updated project file to VS2015.
|
2015-12-31 13:21:44 +01:00 |
BaseFindSector.cs
|
Added GZDB repo at r2462 and updated project file to VS2015.
|
2015-12-31 13:21:44 +01:00 |
BaseFindSidedef.cs
|
Added GZDB repo at r2462 and updated project file to VS2015.
|
2015-12-31 13:21:44 +01:00 |
BaseFindThing.cs
|
Added GZDB repo at r2462 and updated project file to VS2015.
|
2015-12-31 13:21:44 +01:00 |
FindAnyTextureFlat.cs
|
Add tooltips for special characters in the Find and Replace menu; code shamelessly taken from UDB.
|
2021-02-25 00:31:10 +01:00 |
FindLinedefFlags.cs
|
GZDB merging - part 1
|
2022-11-25 17:14:35 +00:00 |
FindLinedefNumber.cs
|
Added GZDB repo at r2462 and updated project file to VS2015.
|
2015-12-31 13:21:44 +01:00 |
FindLinedefSectorRef.cs
|
Added GZDB repo at r2462 and updated project file to VS2015.
|
2015-12-31 13:21:44 +01:00 |
FindLinedefTags.cs
|
Add tooltips for special characters in the Find and Replace menu; code shamelessly taken from UDB.
|
2021-02-25 00:31:10 +01:00 |
FindLinedefThingRef.cs
|
Added GZDB repo at r2462 and updated project file to VS2015.
|
2015-12-31 13:21:44 +01:00 |
FindLinedefTypes.cs
|
GZDB merging - part 1
|
2022-11-25 17:14:35 +00:00 |
FindReplaceAttribute.cs
|
Added GZDB repo at r2462 and updated project file to VS2015.
|
2015-12-31 13:21:44 +01:00 |
FindReplaceObject.cs
|
Internal: removed some duplicate casts, marked some classes is IDisposable, some streams were disposed more than once.
|
2023-01-04 14:04:43 +01:00 |
FindReplaceType.cs
|
GZDB merging - part 1
|
2022-11-25 17:14:35 +00:00 |
FindSectorBrightness.cs
|
Add tooltips for special characters in the Find and Replace menu; code shamelessly taken from UDB.
|
2021-02-25 00:31:10 +01:00 |
FindSectorCeilingFlat.cs
|
Merged in GZDB r2471.
|
2016-01-23 03:38:26 +01:00 |
FindSectorCeilingHeight.cs
|
Add tooltips for special characters in the Find and Replace menu; code shamelessly taken from UDB.
|
2021-02-25 00:31:10 +01:00 |
FindSectorEffect.cs
|
GZDB merging - part 1
|
2022-11-25 17:14:35 +00:00 |
FindSectorFlags.cs
|
GZDB merging - part 1
|
2022-11-25 17:14:35 +00:00 |
FindSectorFlat.cs
|
Add tooltips for special characters in the Find and Replace menu; code shamelessly taken from UDB.
|
2021-02-25 00:31:10 +01:00 |
FindSectorFloorFlat.cs
|
Merged in GZDB r2471.
|
2016-01-23 03:38:26 +01:00 |
FindSectorFloorHeight.cs
|
Add tooltips for special characters in the Find and Replace menu; code shamelessly taken from UDB.
|
2021-02-25 00:31:10 +01:00 |
FindSectorNumber.cs
|
Added GZDB repo at r2462 and updated project file to VS2015.
|
2015-12-31 13:21:44 +01:00 |
FindSectorTags.cs
|
Add tooltips for special characters in the Find and Replace menu; code shamelessly taken from UDB.
|
2021-02-25 00:31:10 +01:00 |
FindSidedefFlags.cs
|
GZDB merging - part 1
|
2022-11-25 17:14:35 +00:00 |
FindSidedefLowerTexture.cs
|
Added "Sidedef Lower Texture", "Sidedef Middle Texture" and "Sidedef Upper Texture" Find and Replace modes.
|
2023-01-04 14:12:33 +01:00 |
FindSidedefMiddleTexture.cs
|
Added "Sidedef Lower Texture", "Sidedef Middle Texture" and "Sidedef Upper Texture" Find and Replace modes.
|
2023-01-04 14:12:33 +01:00 |
FindSidedefNumber.cs
|
Added GZDB repo at r2462 and updated project file to VS2015.
|
2015-12-31 13:21:44 +01:00 |
FindSidedefTexture.cs
|
Add tooltips for special characters in the Find and Replace menu; code shamelessly taken from UDB.
|
2021-02-25 00:31:10 +01:00 |
FindSidedefUpperTexture.cs
|
Added "Sidedef Lower Texture", "Sidedef Middle Texture" and "Sidedef Upper Texture" Find and Replace modes.
|
2023-01-04 14:12:33 +01:00 |
FindThingAction.cs
|
GZDB merging - part 1
|
2022-11-25 17:14:35 +00:00 |
FindThingAngle.cs
|
Add tooltips for special characters in the Find and Replace menu; code shamelessly taken from UDB.
|
2021-02-25 00:31:10 +01:00 |
FindThingFlags.cs
|
GZDB merging - part 1
|
2022-11-25 17:14:35 +00:00 |
FindThingHeight.cs
|
Allow searching for thing height
|
2022-10-12 13:56:41 +02:00 |
FindThingHeightAbsolute.cs
|
Allow searching for thing height
|
2022-10-12 13:56:41 +02:00 |
FindThingNumber.cs
|
Added support for SRB2's Thing type "parameter" property.
|
2016-02-29 11:41:17 +01:00 |
FindThingSectorRef.cs
|
Added support for SRB2's Thing type "parameter" property.
|
2016-02-29 11:41:17 +01:00 |
FindThingTag.cs
|
Added support for SRB2's Thing type "parameter" property.
|
2016-02-29 11:41:17 +01:00 |
FindThingThingRef.cs
|
Added support for SRB2's Thing type "parameter" property.
|
2016-02-29 11:41:17 +01:00 |
FindThingType.cs
|
Add tooltips for special characters in the Find and Replace menu; code shamelessly taken from UDB.
|
2021-02-25 00:31:10 +01:00 |
FindVertexNumber.cs
|
Added GZDB repo at r2462 and updated project file to VS2015.
|
2015-12-31 13:21:44 +01:00 |