Search found 1413 matches

by Ayuto
Wed May 15, 2013 2:17 pm
Forum: General Discussion
Topic: Bot trying to login with my account
Replies: 7
Views: 12164

Oh, I got the same message! Dear Ayuto, Someone has tried to log into your account on Source.Python with an incorrect password at least 5 times. This person has been prevented from attempting to login to your account for the next 15 minutes. The person trying to log into your account had the followi...
by Ayuto
Sat Mar 30, 2013 5:17 pm
Forum: News & Announcements
Topic: New Build!
Replies: 15
Views: 17469

Yes, break it! :P

However, at the end I have to use whatever you have decided. :D
by Ayuto
Sat Mar 30, 2013 9:42 am
Forum: News & Announcements
Topic: New Build!
Replies: 15
Views: 17469

Since you added the "_c" we already know where they come from. Also, why do we need to import the C++ API from a package, but can import the Python API directly? I think consistency is more clear at this point.
by Ayuto
Sat Mar 30, 2013 12:42 am
Forum: News & Announcements
Topic: New Build!
Replies: 15
Views: 17469

I thought about the name "Source", because I think it is missleading. That package did not contain pure engine wrappers, but also "Binutils". So, my suggestion is to remove the package "Source" and export its modules as seperate modules (import entity_c instead of from Source import entity_c). Other...
by Ayuto
Fri Mar 29, 2013 11:08 pm
Forum: News & Announcements
Topic: New Build!
Replies: 15
Views: 17469

Well done! But I wonder if you plan to change the name of the package Source to e.g. sp_C?
by Ayuto
Wed Mar 20, 2013 11:22 pm
Forum: Whatever
Topic: Site Changes
Replies: 19
Views: 18415

Did you tried ISO-8859-5?
by Ayuto
Wed Mar 20, 2013 10:54 pm
Forum: Whatever
Topic: Site Changes
Replies: 19
Views: 18415

by Ayuto
Wed Mar 20, 2013 7:04 pm
Forum: Whatever
Topic: Site Changes
Replies: 19
Views: 18415

Non-ASCII test: ? ? ? ?

Okay, it seems like non-ASCII characters still require a fix. :P
by Ayuto
Wed Mar 20, 2013 11:47 am
Forum: Whatever
Topic: Learning python
Replies: 8
Views: 10025

I would recommend Notepad++ for writing code and Python 3.3 (since Source.Python uses 3.3) for testing Source Engine independent code.
by Ayuto
Tue Mar 19, 2013 10:36 pm
Forum: Whatever
Topic: Site Changes
Replies: 19
Views: 18415

Good job! I like the changes. :)
by Ayuto
Tue Feb 05, 2013 4:08 pm
Forum: News & Announcements
Topic: An update
Replies: 6
Views: 9168

Then I will do that, but you need to do two things:
1. Fixing HookAction.Override for cdecl functions
2. Adding support for post hooks

However, this month I won't have time to do that, because it's my last year in school and I'm writing every 2-3 day an exam. :(
by Ayuto
Tue Feb 05, 2013 3:47 pm
Forum: News & Announcements
Topic: An update
Replies: 6
Views: 9168

Nice to see you back on the project. Do you think you will include DynDetours by using a shared or static library? I you are going to use a shared library we could keep at least compatibility with SPE.
by Ayuto
Sat Feb 02, 2013 12:17 pm
Forum: Plugin Releases
Topic: MostDamage v1.3
Replies: 23
Views: 28143

by Ayuto
Fri Feb 01, 2013 7:25 pm
Forum: Whatever
Topic: undefined reference to <method/object>
Replies: 3
Views: 5572

Got it working by compiling everything with MinGW32 and changing some parts of DynDetours (since I'm using ASMJit 1.0 now)!!! :)
by Ayuto
Sat Jan 26, 2013 12:58 pm
Forum: Whatever
Topic: undefined reference to <method/object>
Replies: 3
Views: 5572

Hey L'In20Cible, thank you for your answer. Unfortunately, it doesn't work. The first suggestion results in the following: c:/mingw/bin/../lib/gcc/mingw32/4.7.0/../../../../mingw32/bin/ld.exe: cannot find -llibDynDetours c:/mingw/bin/../lib/gcc/mingw32/4.7.0/../../../../mingw32/bin/ld.exe: cannot fi...
by Ayuto
Sat Jan 26, 2013 9:35 am
Forum: Whatever
Topic: undefined reference to <method/object>
Replies: 3
Views: 5572

undefined reference to <method/object>

Hi, I hope someone can help me with my problem. Some months ago I started to write a Python library in C++, which includes dynamic function calls (by using the DynCall library, which worked very well). Now, I tried to include dynamic function hooks (by using your-name_here's DynDetours library), but...
by Ayuto
Fri Jan 11, 2013 7:30 pm
Forum: API Design
Topic: SayFilters and SayCommands
Replies: 27
Views: 62799

Nice! Any news about these Linux issues with the OB engine?
by Ayuto
Tue Jan 01, 2013 3:51 pm
Forum: Whatever
Topic: Happy New Years
Replies: 5
Views: 7150

Happy New Year! Let's see what 2013 brings. :)
by Ayuto
Tue Dec 25, 2012 11:49 am
Forum: Whatever
Topic: Merry Christmas! :)
Replies: 7
Views: 8892

Merry Christmas and a happy new year! :)
by Ayuto
Sat Dec 22, 2012 11:28 pm
Forum: News & Announcements
Topic: Getting/Setting offsets
Replies: 15
Views: 15866

Ah, I see the problem. I didn't know that realloc() returns a new pointer, if the size has been exeeded. But I'm sure that there is a safe way. E.g. in ES we can set string properties via es.set*prop(). But maybe it uses this risky way.

Go to advanced search