def
|
7379a64004
|
[WIP] Require Python 3.6 (f-strings) and fix pylints
So far only done scripts directory, will do the rest if this is
considered good
|
2022-07-27 09:37:24 +02:00 |
|
def
|
23af9ef448
|
Tell what has to be changed in check_header_guards.py
Example:
Wrong header guard in src/game/bezier.h, is: #ifndef GAAME_BEZIER_H, should be: #ifndef GAME_BEZIER_H
|
2022-06-12 12:34:21 +02:00 |
|
Chairn
|
0cd61e6ae1
|
Added header guard exception
|
2022-05-07 01:08:51 +02:00 |
|
def
|
13a8dfa307
|
Add pylint
and fix occurences
|
2020-12-09 10:40:28 +01:00 |
|
def
|
faa3cc195d
|
UTF8 nocase compare & use for chat TAB completion
- As suggested by Arseniy Zarche
- Also updated confusables to Unicode 12
|
2019-01-09 08:31:03 +01:00 |
|
heinrich5991
|
41d0f86b12
|
Use __file__ instead of sys.argv[0]
Thanks to @bojidar-bg for the hint.
|
2018-07-25 09:17:10 +02:00 |
|
heinrich5991
|
925aff21d4
|
Fix all the header guards and adjust the script a little
|
2018-07-06 16:11:38 +02:00 |
|
heinrich5991
|
d7f30c574f
|
Update scripts/check_header_guards.py
Python 3 compatibility, return code, changing directory before script
starts.
|
2018-07-06 15:45:05 +02:00 |
|
oy
|
e6f0318bdf
|
added "fixed some header guards and added a script to fix them all!" by Choupom
|
2011-04-13 20:22:10 +02:00 |
|