-
Hey,
I'm having a slight bug with namegen_generate_custom. When I tried that :
` self.name = name or tcod.namegen_generate_custom(tmp_sex, "$s")
`
Python tell me that:
`File "char…
-
Hello again,
I have a new problem, this time with the wheel event.
I have a handle_events() function that could look like this :
```
def handle_events(events):
key = tcod.Key()
mous…
-
I'm using Python 3.7.2 and trying to use the file parser (I am porting from a C++ version of the same game and already have data files written in that format). I have defined my custom listener:
``…
-
Hey, having some trouble building tcod on OSX.
```
anathema@Adorjan ~/C/r/ferl> cargo build
Compiling tcod-sys v2.0.11
failed to run custom build command for `tcod-sys v2.0.11`
Process didn't exit…
-
Coming from a version of libtcod a few months ago. Isolated a memory leak that was caused when calling compute map. I wanted to try upgrading to the latest version before reporting a bug. So I tried p…
-
I think you inadvertently created a bug at python-tcod/0c924a3
Windows 8 python 3.6. I installed tcod as per instructions on this repo, via pycharm.
I was just following along with a popular tut…
-
Trying to install tcod for python 3 on mac os, but failing on import. I believe this is similar to the issue mentioned on [reddit](https://www.reddit.com/r/roguelikedev/comments/9jbcjd/problems_in_pyt…
-
```
$ scons build
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
CC -o libtcod-1.11.3-x86_64-DEBUG/src/libtcod/console_c.os -c -std=c++14 -W…
ghost updated
5 years ago
-
The new documentation linked in this repo states TDL is now a legacy API. Meanwhile some of the examples still use `import tdl`
-
https://gyazo.com/102850950427740e6bb6f433408f2ac0
idk what to do. I installed Python 2.7